public class AccessReviewSettings extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessReviewSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
accessRecommendationsEnabled |
protected Integer |
activityDurationInDays |
protected Boolean |
autoApplyReviewResultsEnabled |
protected Boolean |
autoReviewEnabled |
protected AutoReviewSettings |
autoReviewSettings |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
justificationRequiredOnApproval |
protected Boolean |
mailNotificationsEnabled |
protected String |
odataType |
protected AccessReviewRecurrenceSettings |
recurrenceSettings |
protected Boolean |
remindersEnabled |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
AccessReviewSettings() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean mailNotificationsEnabled
protected Boolean remindersEnabled
protected Boolean justificationRequiredOnApproval
protected AccessReviewRecurrenceSettings recurrenceSettings
protected Boolean autoReviewEnabled
protected Integer activityDurationInDays
protected AutoReviewSettings autoReviewSettings
protected Boolean autoApplyReviewResultsEnabled
protected Boolean accessRecommendationsEnabled
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic AccessReviewSettings withMailNotificationsEnabled(Boolean mailNotificationsEnabled)
public AccessReviewSettings withRemindersEnabled(Boolean remindersEnabled)
public AccessReviewSettings withJustificationRequiredOnApproval(Boolean justificationRequiredOnApproval)
public Optional<AccessReviewRecurrenceSettings> getRecurrenceSettings()
public AccessReviewSettings withRecurrenceSettings(AccessReviewRecurrenceSettings recurrenceSettings)
public AccessReviewSettings withAutoReviewEnabled(Boolean autoReviewEnabled)
public AccessReviewSettings withActivityDurationInDays(Integer activityDurationInDays)
public Optional<AutoReviewSettings> getAutoReviewSettings()
public AccessReviewSettings withAutoReviewSettings(AutoReviewSettings autoReviewSettings)
public AccessReviewSettings withAutoApplyReviewResultsEnabled(Boolean autoApplyReviewResultsEnabled)
public AccessReviewSettings withAccessRecommendationsEnabled(Boolean accessRecommendationsEnabled)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static AccessReviewSettings.Builder builder()
Copyright © 2018–2020. All rights reserved.