Class BusinessFlowSettings
- java.lang.Object
-
- odata.msgraph.client.beta.complex.AccessReviewSettings
-
- odata.msgraph.client.beta.complex.BusinessFlowSettings
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class BusinessFlowSettings extends AccessReviewSettings implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBusinessFlowSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegerdurationInDays-
Fields inherited from class odata.msgraph.client.beta.complex.AccessReviewSettings
accessRecommendationsEnabled, activityDurationInDays, autoApplyReviewResultsEnabled, autoReviewEnabled, autoReviewSettings, contextPath, justificationRequiredOnApproval, mailNotificationsEnabled, odataType, recurrenceSettings, remindersEnabled, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBusinessFlowSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BusinessFlowSettings.BuilderbuilderBusinessFlowSettings()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()BusinessFlowSettingswithDurationInDays(Integer durationInDays)BusinessFlowSettingswithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.AccessReviewSettings
builder, getAccessRecommendationsEnabled, getActivityDurationInDays, getAutoApplyReviewResultsEnabled, getAutoReviewEnabled, getAutoReviewSettings, getJustificationRequiredOnApproval, getMailNotificationsEnabled, getRecurrenceSettings, getRemindersEnabled, withAccessRecommendationsEnabled, withActivityDurationInDays, withAutoApplyReviewResultsEnabled, withAutoReviewEnabled, withAutoReviewSettings, withJustificationRequiredOnApproval, withMailNotificationsEnabled, withRecurrenceSettings, withRemindersEnabled
-
-
-
-
Field Detail
-
durationInDays
protected Integer durationInDays
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAccessReviewSettings
-
withDurationInDays
public BusinessFlowSettings withDurationInDays(Integer durationInDays)
-
withUnmappedField
public BusinessFlowSettings withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classAccessReviewSettings
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAccessReviewSettings
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAccessReviewSettings
-
builderBusinessFlowSettings
public static BusinessFlowSettings.Builder builderBusinessFlowSettings()
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
-
toString
public String toString()
- Overrides:
toStringin classAccessReviewSettings
-
-