Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookComment
Packages that use MicrosoftGraphWorkbookComment
Package
Description
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 MicrosoftGraphWorkbookCommentModifier and TypeMethodDescriptionMicrosoftGraphWorkbookComment.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookComment.MicrosoftGraphWorkbookComment.withContent(String content) Set the content property: The content of comment.MicrosoftGraphWorkbookComment.withContentType(String contentType) Set the contentType property: Indicates the type for the comment.Set the id property: Read-only.MicrosoftGraphWorkbookComment.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 MicrosoftGraphWorkbookCommentModifier and TypeMethodDescriptionMicrosoftGraphWorkbook.comments()Get the comments property: The comments property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookCommentModifier and TypeMethodDescriptionMicrosoftGraphWorkbook.withComments(List<MicrosoftGraphWorkbookComment> comments) Set the comments property: The comments property.