Class WorkbookComment

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.WorkbookComment
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookComment extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Comment.
  • Field Details

    • content

      @SerializedName(value="content", alternate="Content") @Expose @Nullable public String content
      The Content. The content of comment.
    • contentType

      @SerializedName(value="contentType", alternate="ContentType") @Expose @Nullable public String contentType
      The Content Type. Indicates the type for the comment.
    • replies

      @SerializedName(value="replies", alternate="Replies") @Expose @Nullable public WorkbookCommentReplyCollectionPage replies
      The Replies.
  • Constructor Details

    • WorkbookComment

      public WorkbookComment()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to