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