Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Approvers.The Assigned To.The Closed Date Time.The Collaborators.The Content Query.The Created By.The Created Date Time.The Data Subject.The Data Subject Type.The Description.The Display Name.The External Id.The History.The Include All Versions.The Include Authored Content.The Insight.The Internal Due Date Time.The Last Modified By.The Last Modified Date Time.The Mailbox Locations.The Notes.The Pause After Estimate.The Regulations.The Site Locations.The Stages.The Status.The Team.The Type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
assignedTo
@SerializedName(value="assignedTo", alternate="AssignedTo") @Expose @Nullable public Identity assignedToThe Assigned To. Identity that the request is assigned to. -
closedDateTime
@SerializedName(value="closedDateTime", alternate="ClosedDateTime") @Expose @Nullable public OffsetDateTime closedDateTimeThe 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 contentQueryThe 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 createdByThe Created By. Identity information for the entity that created the request. -
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe 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 dataSubjectThe Data Subject. Information about the data subject. -
dataSubjectType
@SerializedName(value="dataSubjectType", alternate="DataSubjectType") @Expose @Nullable public DataSubjectType dataSubjectTypeThe 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 descriptionThe Description. Description for the request. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The name of the request. -
externalId
@SerializedName(value="externalId", alternate="ExternalId") @Expose @Nullable public String externalIdThe 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> historyThe History. Collection of history change events. -
includeAllVersions
@SerializedName(value="includeAllVersions", alternate="IncludeAllVersions") @Expose @Nullable public Boolean includeAllVersionsThe 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 includeAuthoredContentThe 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 insightThe Insight. Insight about the request. -
internalDueDateTime
@SerializedName(value="internalDueDateTime", alternate="InternalDueDateTime") @Expose @Nullable public OffsetDateTime internalDueDateTimeThe 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 lastModifiedByThe Last Modified By. Identity information for the entity that last modified the request. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe 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 mailboxLocationsThe 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 pauseAfterEstimateThe 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> regulationsThe Regulations. List of regulations that this request fulfill. -
siteLocations
@SerializedName(value="siteLocations", alternate="SiteLocations") @Expose @Nullable public SubjectRightsRequestSiteLocation siteLocationsThe 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> stagesThe Stages. Information about the different stages for the request. -
status
@SerializedName(value="status", alternate="Status") @Expose @Nullable public SubjectRightsRequestStatus statusThe Status. The status of the request. Possible values are: active, closed, unknownFutureValue. -
type
@SerializedName(value="type", alternate="Type") @Expose @Nullable public SubjectRightsRequestType typeThe Type. The type of the request. Possible values are: export, delete, access, tagForAction, unknownFutureValue. -
approvers
The Approvers. Collection of users who can approve the request. Currently only supported for requests of type delete. -
collaborators
The Collaborators. Collection of users who can collaborate on the request. -
notes
@SerializedName(value="notes", alternate="Notes") @Expose @Nullable public AuthoredNoteCollectionPage notesThe Notes. List of notes associated with the request. -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-