Uses of Class
com.oracle.bmc.fleetappsmanagement.model.TaskNotificationPreferences.Builder
-
Packages that use TaskNotificationPreferences.Builder Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of TaskNotificationPreferences.Builder in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return TaskNotificationPreferences.Builder Modifier and Type Method Description static TaskNotificationPreferences.Builder
TaskNotificationPreferences. builder()
Create a new builder.TaskNotificationPreferences.Builder
TaskNotificationPreferences.Builder. copy(TaskNotificationPreferences model)
TaskNotificationPreferences.Builder
TaskNotificationPreferences.Builder. shouldNotifyOnPause(Boolean shouldNotifyOnPause)
Enables notification on pause.TaskNotificationPreferences.Builder
TaskNotificationPreferences.Builder. shouldNotifyOnTaskFailure(Boolean shouldNotifyOnTaskFailure)
Enables or disables notification on Task Failures.TaskNotificationPreferences.Builder
TaskNotificationPreferences.Builder. shouldNotifyOnTaskSuccess(Boolean shouldNotifyOnTaskSuccess)
Enables or disables notification on Task Success.TaskNotificationPreferences.Builder
TaskNotificationPreferences. toBuilder()
-