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 Details

    • oDataType

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

      @SerializedName(value="changedBy", alternate="ChangedBy") @Expose @Nullable public IdentitySet changedBy
      The Changed By. Identity of the user who changed the subject rights request.
    • eventDateTime

      @SerializedName(value="eventDateTime", alternate="EventDateTime") @Expose @Nullable public OffsetDateTime eventDateTime
      The Event Date Time. Data and time when the entity was changed.
    • stage

      @SerializedName(value="stage", alternate="Stage") @Expose @Nullable public SubjectRightsRequestStage stage
      The 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 stageStatus
      The Stage Status. The status of the stage when the entity was changed. Possible values are: notStarted, current, completed, failed, unknownFutureValue.
    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public String 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:
      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