public class AccessReviewScheduleDefinition extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
UserIdentity |
createdBy
The Created By.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.lang.String |
descriptionForAdmins
The Description For Admins.
|
java.lang.String |
descriptionForReviewers
The Description For Reviewers.
|
java.lang.String |
displayName
The Display Name.
|
java.util.List<AccessReviewReviewerScope> |
fallbackReviewers
The Fallback Reviewers.
|
AccessReviewScope |
instanceEnumerationScope
The Instance Enumeration Scope.
|
AccessReviewInstanceCollectionPage |
instances
The Instances.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
java.util.List<AccessReviewReviewerScope> |
reviewers
The Reviewers.
|
AccessReviewScope |
scope
The Scope.
|
AccessReviewScheduleSettings |
settings
The Settings.
|
java.lang.String |
status
The Status.
|
| Constructor and Description |
|---|
AccessReviewScheduleDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="createdBy",
alternate="CreatedBy")
@Expose
@Nullable
public UserIdentity createdBy
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@SerializedName(value="descriptionForAdmins",
alternate="DescriptionForAdmins")
@Expose
@Nullable
public java.lang.String descriptionForAdmins
@SerializedName(value="descriptionForReviewers",
alternate="DescriptionForReviewers")
@Expose
@Nullable
public java.lang.String descriptionForReviewers
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="fallbackReviewers",
alternate="FallbackReviewers")
@Expose
@Nullable
public java.util.List<AccessReviewReviewerScope> fallbackReviewers
@SerializedName(value="instanceEnumerationScope",
alternate="InstanceEnumerationScope")
@Expose
@Nullable
public AccessReviewScope instanceEnumerationScope
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="reviewers",
alternate="Reviewers")
@Expose
@Nullable
public java.util.List<AccessReviewReviewerScope> reviewers
@SerializedName(value="scope",
alternate="Scope")
@Expose
@Nullable
public AccessReviewScope scope
@SerializedName(value="settings",
alternate="Settings")
@Expose
@Nullable
public AccessReviewScheduleSettings settings
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public java.lang.String status
@SerializedName(value="instances",
alternate="Instances")
@Expose
@Nullable
public AccessReviewInstanceCollectionPage instances
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to