Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookComment
-
Packages that use MicrosoftGraphWorkbookComment Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphWorkbookComment in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookComment Modifier and Type Method Description MicrosoftGraphWorkbookCommentMicrosoftGraphWorkbookComment. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookComment.MicrosoftGraphWorkbookCommentMicrosoftGraphWorkbookComment. withContent(String content)Set the content property: The content of comment.MicrosoftGraphWorkbookCommentMicrosoftGraphWorkbookComment. withContentType(String contentType)Set the contentType property: Indicates the type for the comment.MicrosoftGraphWorkbookCommentMicrosoftGraphWorkbookComment. withId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookCommentMicrosoftGraphWorkbookComment. withReplies(List<MicrosoftGraphWorkbookCommentReply> replies)Set the replies property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookComment Modifier and Type Method Description List<MicrosoftGraphWorkbookComment>MicrosoftGraphWorkbook. comments()Get the comments property: The comments property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookComment Modifier and Type Method Description MicrosoftGraphWorkbookMicrosoftGraphWorkbook. withComments(List<MicrosoftGraphWorkbookComment> comments)Set the comments property: The comments property.
-