Uses of Class
odata.msgraph.client.beta.entity.Note
-
Packages that use Note Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of Note in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Note Modifier and Type Method Description NoteNote.Builder. build()NoteNote. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.NoteNote. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).NoteNote. withBody(ItemBody body)NoteNote. withHasAttachments(Boolean hasAttachments)NoteNote. withIsDeleted(Boolean isDeleted)NoteNote. withSubject(String subject)NoteNote. withUnmappedField(String name, String value) -
Uses of Note in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type Note Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Note>NoteCollectionRequest. delta()
-