Class MicrosoftGraphWorkbookCommentReply

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookCommentReply

public final class MicrosoftGraphWorkbookCommentReply extends MicrosoftGraphEntity
workbookCommentReply.
  • Constructor Details

    • MicrosoftGraphWorkbookCommentReply

      public MicrosoftGraphWorkbookCommentReply()
      Creates an instance of MicrosoftGraphWorkbookCommentReply class.
  • Method Details

    • content

      public String content()
      Get the content property: The content of a comment reply.
      Returns:
      the content value.
    • withContent

      public MicrosoftGraphWorkbookCommentReply withContent(String content)
      Set the content property: The content of a comment reply.
      Parameters:
      content - the content value to set.
      Returns:
      the MicrosoftGraphWorkbookCommentReply object itself.
    • contentType

      public String contentType()
      Get the contentType property: Indicates the type for the comment reply.
      Returns:
      the contentType value.
    • withContentType

      public MicrosoftGraphWorkbookCommentReply withContentType(String contentType)
      Set the contentType property: Indicates the type for the comment reply.
      Parameters:
      contentType - the contentType value to set.
      Returns:
      the MicrosoftGraphWorkbookCommentReply object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: workbookCommentReply.
      Overrides:
      additionalProperties in class MicrosoftGraphEntity
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphWorkbookCommentReply withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: workbookCommentReply.
      Overrides:
      withAdditionalProperties in class MicrosoftGraphEntity
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphWorkbookCommentReply object itself.
    • withId

      Set the id property: Read-only.
      Overrides:
      withId in class MicrosoftGraphEntity
      Parameters:
      id - the id value to set.
      Returns:
      the MicrosoftGraphEntity object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class MicrosoftGraphEntity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.