public static interface Note.Builder extends SdkPojo, CopyableBuilder<Note.Builder,Note>
| Modifier and Type | Method and Description |
|---|---|
Note.Builder |
text(String text)
The text of a note.
|
Note.Builder |
updatedAt(String updatedAt)
The timestamp of when the note was updated.
|
Note.Builder |
updatedBy(String updatedBy)
The principal that created a note.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNote.Builder text(String text)
The text of a note.
text - The text of a note.Note.Builder updatedBy(String updatedBy)
The principal that created a note.
updatedBy - The principal that created a note.Note.Builder updatedAt(String updatedAt)
The timestamp of when the note was updated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
updatedAt - The timestamp of when the note was updated.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
Copyright © 2023. All rights reserved.