Package com.priint.pubserverapi.note
Interface NoteQuery
- All Superinterfaces:
QueryBuilder<Note>
-
Method Summary
Modifier and TypeMethodDescriptionassignedTo(String assignedTo) Sets the assigned user to the note of theNotein the query.Sets the author of theNotein the query.documentId(String documentId) Sets the document D of theNotein the query.Sets the ID of theNotein the query.isDraft(boolean isDraft) Sets the draft to the note of theNotein the query.Sets the page number of theNotein the query.Sets the spread id of theNotein the query.status(NoteStatus status) Sets the status id of theNotein the query.Sets the title of theNotein the query.Sets the type of theNotein the query.Methods inherited from interface com.priint.pubserverapi.query.QueryBuilder
list, singleResult
-
Method Details
-
id
Sets the ID of theNotein the query.- Parameters:
id- the ID of the note- Returns:
- the current
NoteQueryinstance for method chaining
-
documentId
Sets the document D of theNotein the query.- Parameters:
documentId- the ID of the document- Returns:
- the current
NoteQueryinstance for method chaining
-
type
Sets the type of theNotein the query.- Parameters:
type- note type- Returns:
- the current
NoteQueryinstance for method chaining
-
title
Sets the title of theNotein the query.- Parameters:
title- note title- Returns:
- the current
NoteQueryinstance for method chaining
-
spreadId
Sets the spread id of theNotein the query.- Parameters:
spreadId- spread id- Returns:
- the current
NoteQueryinstance for method chaining
-
page
Sets the page number of theNotein the query.- Parameters:
page- page number- Returns:
- the current
NoteQueryinstance for method chaining
-
status
Sets the status id of theNotein the query.- Parameters:
status- note status- Returns:
- the current
NoteQueryinstance for method chaining
-
assignedTo
Sets the assigned user to the note of theNotein the query.- Parameters:
assignedTo- user assigned to the note- Returns:
- the current
NoteQueryinstance for method chaining
-
isDraft
Sets the draft to the note of theNotein the query.- Parameters:
isDraft- draft flag of the note- Returns:
- the current
NoteQueryinstance for method chaining
-
createdBy
Sets the author of theNotein the query.- Parameters:
createdBy- user who create the note- Returns:
- the current
NoteQueryinstance for method chaining
-