Interface NoteUpdate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NoteUpdate.Builder,NoteUpdate>, SdkBuilder<NoteUpdate.Builder,NoteUpdate>, SdkPojo
Enclosing class:
NoteUpdate

public static interface NoteUpdate.Builder extends SdkPojo, CopyableBuilder<NoteUpdate.Builder,NoteUpdate>
  • 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.