Class SubjectRightsRequest

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

public class SubjectRightsRequest extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Subject Rights Request.
  • Field Details

    • assignedTo

      @SerializedName(value="assignedTo", alternate="AssignedTo") @Expose @Nullable public Identity assignedTo
      The Assigned To. Identity that the request is assigned to.
    • closedDateTime

      @SerializedName(value="closedDateTime", alternate="ClosedDateTime") @Expose @Nullable public OffsetDateTime closedDateTime
      The Closed Date Time. The date and time when the request was closed. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • contentQuery

      @SerializedName(value="contentQuery", alternate="ContentQuery") @Expose @Nullable public String contentQuery
      The Content Query. KQL based content query that should be used for search. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.
    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public IdentitySet createdBy
      The Created By. Identity information for the entity that created the request.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date and time when the request was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • dataSubject

      @SerializedName(value="dataSubject", alternate="DataSubject") @Expose @Nullable public DataSubject dataSubject
      The Data Subject. Information about the data subject.
    • dataSubjectType

      @SerializedName(value="dataSubjectType", alternate="DataSubjectType") @Expose @Nullable public DataSubjectType dataSubjectType
      The Data Subject Type. The type of the data subject. Possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. Description for the request.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the request.
    • externalId

      @SerializedName(value="externalId", alternate="ExternalId") @Expose @Nullable public String externalId
      The External Id. The external ID for the request that is immutable after creation and is used for tracking the request for the external system. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.
    • history

      @SerializedName(value="history", alternate="History") @Expose @Nullable public List<SubjectRightsRequestHistory> history
      The History. Collection of history change events.
    • includeAllVersions

      @SerializedName(value="includeAllVersions", alternate="IncludeAllVersions") @Expose @Nullable public Boolean includeAllVersions
      The Include All Versions. Include all versions of the documents. By default, the current copies of the documents are returned. If SharePoint sites have versioning enabled, including all versions includes the historical copies of the documents. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.
    • includeAuthoredContent

      @SerializedName(value="includeAuthoredContent", alternate="IncludeAuthoredContent") @Expose @Nullable public Boolean includeAuthoredContent
      The Include Authored Content. Include content authored by the data subject. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.
    • insight

      @SerializedName(value="insight", alternate="Insight") @Expose @Nullable public SubjectRightsRequestDetail insight
      The Insight. Insight about the request.
    • internalDueDateTime

      @SerializedName(value="internalDueDateTime", alternate="InternalDueDateTime") @Expose @Nullable public OffsetDateTime internalDueDateTime
      The Internal Due Date Time. The date and time when the request is internally due. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedBy
      The Last Modified By. Identity information for the entity that last modified the request.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The date and time when the request was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
    • mailboxLocations

      @SerializedName(value="mailboxLocations", alternate="MailboxLocations") @Expose @Nullable public SubjectRightsRequestMailboxLocation mailboxLocations
      The Mailbox Locations. The mailbox locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.
    • pauseAfterEstimate

      @SerializedName(value="pauseAfterEstimate", alternate="PauseAfterEstimate") @Expose @Nullable public Boolean pauseAfterEstimate
      The Pause After Estimate. Pause the request after estimate has finished. By default, the data estimate runs and then pauses, allowing you to preview results and then select the option to retrieve data in the UI. You can set this property to false if you want it to perform the estimate and then automatically begin with the retrieval of the content. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.
    • regulations

      @SerializedName(value="regulations", alternate="Regulations") @Expose @Nullable public List<String> regulations
      The Regulations. List of regulations that this request fulfill.
    • siteLocations

      @SerializedName(value="siteLocations", alternate="SiteLocations") @Expose @Nullable public SubjectRightsRequestSiteLocation siteLocations
      The Site Locations. The SharePoint and OneDrive site locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.
    • stages

      @SerializedName(value="stages", alternate="Stages") @Expose @Nullable public List<SubjectRightsRequestStageDetail> stages
      The Stages. Information about the different stages for the request.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public SubjectRightsRequestStatus status
      The Status. The status of the request. Possible values are: active, closed, unknownFutureValue.
    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public SubjectRightsRequestType type
      The Type. The type of the request. Possible values are: export, delete, access, tagForAction, unknownFutureValue.
    • approvers

      @Nullable public UserCollectionPage approvers
      The Approvers. Collection of users who can approve the request. Currently only supported for requests of type delete.
    • collaborators

      @Nullable public UserCollectionPage collaborators
      The Collaborators. Collection of users who can collaborate on the request.
    • notes

      @SerializedName(value="notes", alternate="Notes") @Expose @Nullable public AuthoredNoteCollectionPage notes
      The Notes. List of notes associated with the request.
    • team

      @SerializedName(value="team", alternate="Team") @Expose @Nullable public Team team
      The Team. Information about the Microsoft Teams team that was created for the request.
  • Constructor Details

    • SubjectRightsRequest

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