public static final class BusinessFlowSettings.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
BusinessFlowSettings.Builder |
accessRecommendationsEnabled(Boolean accessRecommendationsEnabled) |
BusinessFlowSettings.Builder |
activityDurationInDays(Integer activityDurationInDays) |
BusinessFlowSettings.Builder |
autoApplyReviewResultsEnabled(Boolean autoApplyReviewResultsEnabled) |
BusinessFlowSettings.Builder |
autoReviewEnabled(Boolean autoReviewEnabled) |
BusinessFlowSettings.Builder |
autoReviewSettings(AutoReviewSettings autoReviewSettings) |
BusinessFlowSettings |
build() |
BusinessFlowSettings.Builder |
durationInDays(Integer durationInDays) |
BusinessFlowSettings.Builder |
justificationRequiredOnApproval(Boolean justificationRequiredOnApproval) |
BusinessFlowSettings.Builder |
mailNotificationsEnabled(Boolean mailNotificationsEnabled) |
BusinessFlowSettings.Builder |
recurrenceSettings(AccessReviewRecurrenceSettings recurrenceSettings) |
BusinessFlowSettings.Builder |
remindersEnabled(Boolean remindersEnabled) |
public BusinessFlowSettings.Builder mailNotificationsEnabled(Boolean mailNotificationsEnabled)
public BusinessFlowSettings.Builder remindersEnabled(Boolean remindersEnabled)
public BusinessFlowSettings.Builder justificationRequiredOnApproval(Boolean justificationRequiredOnApproval)
public BusinessFlowSettings.Builder recurrenceSettings(AccessReviewRecurrenceSettings recurrenceSettings)
public BusinessFlowSettings.Builder autoReviewEnabled(Boolean autoReviewEnabled)
public BusinessFlowSettings.Builder activityDurationInDays(Integer activityDurationInDays)
public BusinessFlowSettings.Builder autoReviewSettings(AutoReviewSettings autoReviewSettings)
public BusinessFlowSettings.Builder autoApplyReviewResultsEnabled(Boolean autoApplyReviewResultsEnabled)
public BusinessFlowSettings.Builder accessRecommendationsEnabled(Boolean accessRecommendationsEnabled)
public BusinessFlowSettings.Builder durationInDays(Integer durationInDays)
public BusinessFlowSettings build()
Copyright © 2018–2020. All rights reserved.