Class AccessReviewSettings
- java.lang.Object
-
- odata.msgraph.client.beta.complex.AccessReviewSettings
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
BusinessFlowSettings
public class AccessReviewSettings extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccessReviewSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanaccessRecommendationsEnabledprotected IntegeractivityDurationInDaysprotected BooleanautoApplyReviewResultsEnabledprotected BooleanautoReviewEnabledprotected AutoReviewSettingsautoReviewSettingsprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleanjustificationRequiredOnApprovalprotected BooleanmailNotificationsEnabledprotected StringodataTypeprotected AccessReviewRecurrenceSettingsrecurrenceSettingsprotected BooleanremindersEnabledprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessReviewSettings()
-
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
-
accessRecommendationsEnabled
protected Boolean accessRecommendationsEnabled
-
activityDurationInDays
protected Integer activityDurationInDays
-
autoApplyReviewResultsEnabled
protected Boolean autoApplyReviewResultsEnabled
-
autoReviewEnabled
protected Boolean autoReviewEnabled
-
autoReviewSettings
protected AutoReviewSettings autoReviewSettings
-
justificationRequiredOnApproval
protected Boolean justificationRequiredOnApproval
-
mailNotificationsEnabled
protected Boolean mailNotificationsEnabled
-
recurrenceSettings
protected AccessReviewRecurrenceSettings recurrenceSettings
-
remindersEnabled
protected Boolean remindersEnabled
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAccessRecommendationsEnabled
public AccessReviewSettings withAccessRecommendationsEnabled(Boolean accessRecommendationsEnabled)
-
withActivityDurationInDays
public AccessReviewSettings withActivityDurationInDays(Integer activityDurationInDays)
-
withAutoApplyReviewResultsEnabled
public AccessReviewSettings withAutoApplyReviewResultsEnabled(Boolean autoApplyReviewResultsEnabled)
-
withAutoReviewEnabled
public AccessReviewSettings withAutoReviewEnabled(Boolean autoReviewEnabled)
-
getAutoReviewSettings
public Optional<AutoReviewSettings> getAutoReviewSettings()
-
withAutoReviewSettings
public AccessReviewSettings withAutoReviewSettings(AutoReviewSettings autoReviewSettings)
-
withJustificationRequiredOnApproval
public AccessReviewSettings withJustificationRequiredOnApproval(Boolean justificationRequiredOnApproval)
-
withMailNotificationsEnabled
public AccessReviewSettings withMailNotificationsEnabled(Boolean mailNotificationsEnabled)
-
getRecurrenceSettings
public Optional<AccessReviewRecurrenceSettings> getRecurrenceSettings()
-
withRecurrenceSettings
public AccessReviewSettings withRecurrenceSettings(AccessReviewRecurrenceSettings recurrenceSettings)
-
withRemindersEnabled
public AccessReviewSettings withRemindersEnabled(Boolean remindersEnabled)
-
withUnmappedField
public AccessReviewSettings withUnmappedField(String name, String 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 AccessReviewSettings.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
-
-