public class BusinessFlowSettings extends AccessReviewSettings implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessFlowSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
durationInDays |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
accessRecommendationsEnabled, activityDurationInDays, autoApplyReviewResultsEnabled, autoReviewEnabled, autoReviewSettings, contextPath, justificationRequiredOnApproval, mailNotificationsEnabled, odataType, recurrenceSettings, remindersEnabled| Modifier | Constructor and Description |
|---|---|
protected |
BusinessFlowSettings() |
| Modifier and Type | Method and Description |
|---|---|
static BusinessFlowSettings.Builder |
builderBusinessFlowSettings()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getDurationInDays() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
BusinessFlowSettings |
withDurationInDays(Integer durationInDays) |
builder, getAccessRecommendationsEnabled, getActivityDurationInDays, getAutoApplyReviewResultsEnabled, getAutoReviewEnabled, getAutoReviewSettings, getJustificationRequiredOnApproval, getMailNotificationsEnabled, getRecurrenceSettings, getRemindersEnabled, withAccessRecommendationsEnabled, withActivityDurationInDays, withAutoApplyReviewResultsEnabled, withAutoReviewEnabled, withAutoReviewSettings, withJustificationRequiredOnApproval, withMailNotificationsEnabled, withRecurrenceSettings, withRemindersEnabledprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Integer durationInDays
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AccessReviewSettingspublic BusinessFlowSettings withDurationInDays(Integer durationInDays)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AccessReviewSettingspublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AccessReviewSettingspublic static BusinessFlowSettings.Builder builderBusinessFlowSettings()
public String toString()
toString in class AccessReviewSettingsCopyright © 2018–2020. All rights reserved.