Uses of Class
odata.msgraph.client.beta.entity.AuthoredNote
-
Packages that use AuthoredNote Package Description odata.msgraph.client.beta.entity -
-
Uses of AuthoredNote in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AuthoredNote Modifier and Type Method Description AuthoredNoteAuthoredNote.Builder. build()AuthoredNoteAuthoredNote. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AuthoredNoteAuthoredNote. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AuthoredNoteAuthoredNote. withAuthor(Identity author)AuthoredNoteAuthoredNote. withContent(ItemBody content)AuthoredNoteAuthoredNote. withCreatedDateTime(OffsetDateTime createdDateTime)AuthoredNoteAuthoredNote. withUnmappedField(String name, String value)
-