Interface NoteUpdate.Builder

  • Method Details

    • text

      The updated note text.

      Parameters:
      text - The updated note text.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedBy

      NoteUpdate.Builder updatedBy(String updatedBy)

      The principal that updated the note.

      Parameters:
      updatedBy - The principal that updated the note.
      Returns:
      Returns a reference to this object so that method calls can be chained together.