Package odata.msgraph.client.complex
Class AccessReviewScheduleSettings
- java.lang.Object
-
- odata.msgraph.client.complex.AccessReviewScheduleSettings
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AccessReviewScheduleSettings extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccessReviewScheduleSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<AccessReviewApplyAction>applyActionsprotected StringapplyActionsNextLinkprotected BooleanautoApplyDecisionsEnabledprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleandecisionHistoriesForReviewersEnabledprotected StringdefaultDecisionprotected BooleandefaultDecisionEnabledprotected IntegerinstanceDurationInDaysprotected BooleanjustificationRequiredOnApprovalprotected BooleanmailNotificationsEnabledprotected StringodataTypeprotected List<AccessReviewRecommendationInsightSetting>recommendationInsightSettingsprotected StringrecommendationInsightSettingsNextLinkprotected DurationrecommendationLookBackDurationprotected BooleanrecommendationsEnabledprotected PatternedRecurrencerecurrenceprotected BooleanreminderNotificationsEnabledprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessReviewScheduleSettings()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
applyActions
protected List<AccessReviewApplyAction> applyActions
-
applyActionsNextLink
protected String applyActionsNextLink
-
autoApplyDecisionsEnabled
protected Boolean autoApplyDecisionsEnabled
-
decisionHistoriesForReviewersEnabled
protected Boolean decisionHistoriesForReviewersEnabled
-
defaultDecision
protected String defaultDecision
-
defaultDecisionEnabled
protected Boolean defaultDecisionEnabled
-
instanceDurationInDays
protected Integer instanceDurationInDays
-
justificationRequiredOnApproval
protected Boolean justificationRequiredOnApproval
-
mailNotificationsEnabled
protected Boolean mailNotificationsEnabled
-
recommendationInsightSettings
protected List<AccessReviewRecommendationInsightSetting> recommendationInsightSettings
-
recommendationInsightSettingsNextLink
protected String recommendationInsightSettingsNextLink
-
recommendationLookBackDuration
protected Duration recommendationLookBackDuration
-
recommendationsEnabled
protected Boolean recommendationsEnabled
-
recurrence
protected PatternedRecurrence recurrence
-
reminderNotificationsEnabled
protected Boolean reminderNotificationsEnabled
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getApplyActions
public com.github.davidmoten.odata.client.CollectionPage<AccessReviewApplyAction> getApplyActions()
-
getApplyActions
public com.github.davidmoten.odata.client.CollectionPage<AccessReviewApplyAction> getApplyActions(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withAutoApplyDecisionsEnabled
public AccessReviewScheduleSettings withAutoApplyDecisionsEnabled(Boolean autoApplyDecisionsEnabled)
-
getDecisionHistoriesForReviewersEnabled
public Optional<Boolean> getDecisionHistoriesForReviewersEnabled()
-
withDecisionHistoriesForReviewersEnabled
public AccessReviewScheduleSettings withDecisionHistoriesForReviewersEnabled(Boolean decisionHistoriesForReviewersEnabled)
-
withDefaultDecision
public AccessReviewScheduleSettings withDefaultDecision(String defaultDecision)
-
withDefaultDecisionEnabled
public AccessReviewScheduleSettings withDefaultDecisionEnabled(Boolean defaultDecisionEnabled)
-
withInstanceDurationInDays
public AccessReviewScheduleSettings withInstanceDurationInDays(Integer instanceDurationInDays)
-
withJustificationRequiredOnApproval
public AccessReviewScheduleSettings withJustificationRequiredOnApproval(Boolean justificationRequiredOnApproval)
-
withMailNotificationsEnabled
public AccessReviewScheduleSettings withMailNotificationsEnabled(Boolean mailNotificationsEnabled)
-
getRecommendationInsightSettings
public com.github.davidmoten.odata.client.CollectionPage<AccessReviewRecommendationInsightSetting> getRecommendationInsightSettings()
-
getRecommendationInsightSettings
public com.github.davidmoten.odata.client.CollectionPage<AccessReviewRecommendationInsightSetting> getRecommendationInsightSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withRecommendationLookBackDuration
public AccessReviewScheduleSettings withRecommendationLookBackDuration(Duration recommendationLookBackDuration)
-
withRecommendationsEnabled
public AccessReviewScheduleSettings withRecommendationsEnabled(Boolean recommendationsEnabled)
-
getRecurrence
public Optional<PatternedRecurrence> getRecurrence()
-
withRecurrence
public AccessReviewScheduleSettings withRecurrence(PatternedRecurrence recurrence)
-
withReminderNotificationsEnabled
public AccessReviewScheduleSettings withReminderNotificationsEnabled(Boolean reminderNotificationsEnabled)
-
withUnmappedField
public AccessReviewScheduleSettings withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AccessReviewScheduleSettings.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-