Class MicrosoftGraphWorkbookCommentReply


  • public final class MicrosoftGraphWorkbookCommentReply
    extends MicrosoftGraphEntity
    workbookCommentReply.
    • Constructor Detail

      • MicrosoftGraphWorkbookCommentReply

        public MicrosoftGraphWorkbookCommentReply()
    • Method Detail

      • 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.