Class WorkbookCommentReply

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

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

    • content

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

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

    • WorkbookCommentReply

      public WorkbookCommentReply()
  • 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