Uses of Class
odata.msgraph.client.beta.entity.Document
-
Packages that use Document Package Description odata.msgraph.client.beta.entity -
-
Uses of Document in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Document Modifier and Type Method Description DocumentDocument.Builder. build()DocumentDocument. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DocumentDocument. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DocumentDocument. withUnmappedField(String name, String value)
-