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