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