Uses of Class
odata.msgraph.client.entity.AuthoredNote
-
Packages that use AuthoredNote Package Description odata.msgraph.client.entity -
-
Uses of AuthoredNote in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AuthoredNote Modifier and Type Field Description protected List<AuthoredNote>SubjectRightsRequest. notesMethods in odata.msgraph.client.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, Object value)Methods in odata.msgraph.client.entity with parameters of type AuthoredNote Modifier and Type Method Description SubjectRightsRequest.BuilderSubjectRightsRequest.Builder. notes(AuthoredNote... notes)Method parameters in odata.msgraph.client.entity with type arguments of type AuthoredNote Modifier and Type Method Description SubjectRightsRequest.BuilderSubjectRightsRequest.Builder. notes(List<AuthoredNote> notes)SubjectRightsRequestSubjectRightsRequest. withNotes(List<AuthoredNote> notes)
-