Uses of Class
odata.msgraph.client.entity.WorkbookCommentReply
-
Packages that use WorkbookCommentReply Package Description odata.msgraph.client.entity -
-
Uses of WorkbookCommentReply in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type WorkbookCommentReply Modifier and Type Field Description protected List<WorkbookCommentReply>WorkbookComment. repliesMethods in odata.msgraph.client.entity that return WorkbookCommentReply Modifier and Type Method Description WorkbookCommentReplyWorkbookCommentReply.Builder. build()WorkbookCommentReplyWorkbookCommentReply. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookCommentReplyWorkbookCommentReply. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookCommentReplyWorkbookCommentReply. withContent(String content)WorkbookCommentReplyWorkbookCommentReply. withContentType(String contentType)WorkbookCommentReplyWorkbookCommentReply. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type WorkbookCommentReply Modifier and Type Method Description WorkbookComment.BuilderWorkbookComment.Builder. replies(WorkbookCommentReply... replies)Method parameters in odata.msgraph.client.entity with type arguments of type WorkbookCommentReply Modifier and Type Method Description WorkbookComment.BuilderWorkbookComment.Builder. replies(List<WorkbookCommentReply> replies)WorkbookCommentWorkbookComment. withReplies(List<WorkbookCommentReply> replies)
-