Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Is Reply.the OData type of the object as returned by the serviceThe Parent Author.The Participants. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
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 parentAuthorThe Parent Author. The identity of the user who started the comment thread. -
participants
@SerializedName(value="participants", alternate="Participants") @Expose @Nullable public List<IdentitySet> participantsThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-