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 ID of theNotein the query.Sets the spread id of theNotein the query.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
-
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
-
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
-