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