Class CommentAction

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

public class CommentAction extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Comment Action.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • isReply

      @SerializedName(value="isReply", alternate="IsReply") @Expose @Nullable public Boolean isReply
      The Is Reply. If true, this activity was a reply to an existing comment thread.
    • parentAuthor

      @SerializedName(value="parentAuthor", alternate="ParentAuthor") @Expose @Nullable public IdentitySet parentAuthor
      The Parent Author. The identity of the user who started the comment thread.
    • participants

      @SerializedName(value="participants", alternate="Participants") @Expose @Nullable public List<IdentitySet> participants
      The Participants. The identities of the users participating in this comment thread.
  • Constructor Details

    • CommentAction

      public CommentAction()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to