public class AccessReviewScheduleSettings
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.List<AccessReviewApplyAction> |
applyActions
The Apply Actions.
|
java.lang.Boolean |
autoApplyDecisionsEnabled
The Auto Apply Decisions Enabled.
|
java.lang.String |
defaultDecision
The Default Decision.
|
java.lang.Boolean |
defaultDecisionEnabled
The Default Decision Enabled.
|
java.lang.Integer |
instanceDurationInDays
The Instance Duration In Days.
|
java.lang.Boolean |
justificationRequiredOnApproval
The Justification Required On Approval.
|
java.lang.Boolean |
mailNotificationsEnabled
The Mail Notifications Enabled.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.Boolean |
recommendationsEnabled
The Recommendations Enabled.
|
PatternedRecurrence |
recurrence
The Recurrence.
|
java.lang.Boolean |
reminderNotificationsEnabled
The Reminder Notifications Enabled.
|
| Constructor and Description |
|---|
AccessReviewScheduleSettings() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="applyActions",
alternate="ApplyActions")
@Expose
@Nullable
public java.util.List<AccessReviewApplyAction> applyActions
@SerializedName(value="autoApplyDecisionsEnabled",
alternate="AutoApplyDecisionsEnabled")
@Expose
@Nullable
public java.lang.Boolean autoApplyDecisionsEnabled
@SerializedName(value="defaultDecision",
alternate="DefaultDecision")
@Expose
@Nullable
public java.lang.String defaultDecision
@SerializedName(value="defaultDecisionEnabled",
alternate="DefaultDecisionEnabled")
@Expose
@Nullable
public java.lang.Boolean defaultDecisionEnabled
@SerializedName(value="instanceDurationInDays",
alternate="InstanceDurationInDays")
@Expose
@Nullable
public java.lang.Integer instanceDurationInDays
@SerializedName(value="justificationRequiredOnApproval",
alternate="JustificationRequiredOnApproval")
@Expose
@Nullable
public java.lang.Boolean justificationRequiredOnApproval
@SerializedName(value="mailNotificationsEnabled",
alternate="MailNotificationsEnabled")
@Expose
@Nullable
public java.lang.Boolean mailNotificationsEnabled
@SerializedName(value="recommendationsEnabled",
alternate="RecommendationsEnabled")
@Expose
@Nullable
public java.lang.Boolean recommendationsEnabled
@SerializedName(value="recurrence",
alternate="Recurrence")
@Expose
@Nullable
public PatternedRecurrence recurrence
@SerializedName(value="reminderNotificationsEnabled",
alternate="ReminderNotificationsEnabled")
@Expose
@Nullable
public java.lang.Boolean reminderNotificationsEnabled
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to