Package com.microsoft.graph.models
Class SubjectRightsRequestHistory
java.lang.Object
com.microsoft.graph.models.SubjectRightsRequestHistory
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SubjectRightsRequestHistory
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Subject Rights Request History.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Changed By.The Event Date Time.the OData type of the object as returned by the serviceThe Stage.The Stage Status.The Type. -
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 -
changedBy
@SerializedName(value="changedBy", alternate="ChangedBy") @Expose @Nullable public IdentitySet changedByThe Changed By. Identity of the user who changed the subject rights request. -
eventDateTime
@SerializedName(value="eventDateTime", alternate="EventDateTime") @Expose @Nullable public OffsetDateTime eventDateTimeThe Event Date Time. Data and time when the entity was changed. -
stage
@SerializedName(value="stage", alternate="Stage") @Expose @Nullable public SubjectRightsRequestStage stageThe Stage. The stage when the entity was changed. Possible values are: contentRetrieval, contentReview, generateReport, contentDeletion, caseResolved, unknownFutureValue. -
stageStatus
@SerializedName(value="stageStatus", alternate="StageStatus") @Expose @Nullable public SubjectRightsRequestStageStatus stageStatusThe Stage Status. The status of the stage when the entity was changed. Possible values are: notStarted, current, completed, failed, unknownFutureValue. -
type
The Type. Type of history.
-
-
Constructor Details
-
SubjectRightsRequestHistory
public SubjectRightsRequestHistory()
-
-
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
-