Class BusinessFlowSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.BusinessFlowSettings.Builder
-
- Enclosing class:
- BusinessFlowSettings
public static final class BusinessFlowSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BusinessFlowSettings.BuilderaccessRecommendationsEnabled(Boolean accessRecommendationsEnabled)BusinessFlowSettings.BuilderactivityDurationInDays(Integer activityDurationInDays)BusinessFlowSettings.BuilderautoApplyReviewResultsEnabled(Boolean autoApplyReviewResultsEnabled)BusinessFlowSettings.BuilderautoReviewEnabled(Boolean autoReviewEnabled)BusinessFlowSettings.BuilderautoReviewSettings(AutoReviewSettings autoReviewSettings)BusinessFlowSettingsbuild()BusinessFlowSettings.BuilderdurationInDays(Integer durationInDays)BusinessFlowSettings.BuilderjustificationRequiredOnApproval(Boolean justificationRequiredOnApproval)BusinessFlowSettings.BuildermailNotificationsEnabled(Boolean mailNotificationsEnabled)BusinessFlowSettings.BuilderrecurrenceSettings(AccessReviewRecurrenceSettings recurrenceSettings)BusinessFlowSettings.BuilderremindersEnabled(Boolean remindersEnabled)
-
-
-
Method Detail
-
accessRecommendationsEnabled
public BusinessFlowSettings.Builder accessRecommendationsEnabled(Boolean accessRecommendationsEnabled)
-
activityDurationInDays
public BusinessFlowSettings.Builder activityDurationInDays(Integer activityDurationInDays)
-
autoApplyReviewResultsEnabled
public BusinessFlowSettings.Builder autoApplyReviewResultsEnabled(Boolean autoApplyReviewResultsEnabled)
-
autoReviewEnabled
public BusinessFlowSettings.Builder autoReviewEnabled(Boolean autoReviewEnabled)
-
autoReviewSettings
public BusinessFlowSettings.Builder autoReviewSettings(AutoReviewSettings autoReviewSettings)
-
justificationRequiredOnApproval
public BusinessFlowSettings.Builder justificationRequiredOnApproval(Boolean justificationRequiredOnApproval)
-
mailNotificationsEnabled
public BusinessFlowSettings.Builder mailNotificationsEnabled(Boolean mailNotificationsEnabled)
-
recurrenceSettings
public BusinessFlowSettings.Builder recurrenceSettings(AccessReviewRecurrenceSettings recurrenceSettings)
-
remindersEnabled
public BusinessFlowSettings.Builder remindersEnabled(Boolean remindersEnabled)
-
durationInDays
public BusinessFlowSettings.Builder durationInDays(Integer durationInDays)
-
build
public BusinessFlowSettings build()
-
-