Interface NoteQuery

All Superinterfaces:
QueryBuilder<Note>

public interface NoteQuery extends QueryBuilder<Note>
  • Method Details

    • id

      NoteQuery id(String id)
      Sets the ID of the Note in the query.
      Parameters:
      id - the ID of the note
      Returns:
      the current NoteQuery instance for method chaining
    • type

      NoteQuery type(String type)
      Sets the type of the Note in the query.
      Parameters:
      type - note type
      Returns:
      the current NoteQuery instance for method chaining
    • title

      NoteQuery title(String title)
      Sets the title of the Note in the query.
      Parameters:
      title - note title
      Returns:
      the current NoteQuery instance for method chaining
    • spreadId

      NoteQuery spreadId(String spreadId)
      Sets the spread id of the Note in the query.
      Parameters:
      spreadId - spread id
      Returns:
      the current NoteQuery instance for method chaining
    • status

      NoteQuery status(String status)
      Sets the status id of the Note in the query.
      Parameters:
      status - note status
      Returns:
      the current NoteQuery instance for method chaining
    • assignedTo

      NoteQuery assignedTo(String assignedTo)
      Sets the assigned user to the note of the Note in the query.
      Parameters:
      assignedTo - user assigned to the note
      Returns:
      the current NoteQuery instance for method chaining