Uses of Class
com.oracle.bmc.dataintegration.model.TaskSchedule.AuthMode
-
Packages that use TaskSchedule.AuthMode Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskSchedule.AuthMode in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskSchedule.AuthMode Modifier and Type Method Description static TaskSchedule.AuthMode
TaskSchedule.AuthMode. create(String key)
TaskSchedule.AuthMode
TaskSchedule. getAuthMode()
The authorization mode for the task.static TaskSchedule.AuthMode
TaskSchedule.AuthMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskSchedule.AuthMode[]
TaskSchedule.AuthMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type TaskSchedule.AuthMode Modifier and Type Method Description TaskSchedule.Builder
TaskSchedule.Builder. authMode(TaskSchedule.AuthMode authMode)
The authorization mode for the task.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskSchedule.AuthMode Constructor Description TaskSchedule(String key, String modelVersion, String modelType, ParentReference parentRef, String name, String description, Integer objectVersion, Integer objectStatus, String identifier, Schedule scheduleRef, ConfigProvider configProviderDelegate, Boolean isEnabled, Integer retryAttempts, TaskSchedule.RetryDelayUnit retryDelayUnit, Double retryDelay, Long startTimeMillis, Long endTimeMillis, Boolean isConcurrentAllowed, Boolean isBackfillEnabled, TaskSchedule.AuthMode authMode, Double expectedDuration, TaskSchedule.ExpectedDurationUnit expectedDurationUnit, LastRunDetails lastRunDetails, ObjectMetadata metadata)
Deprecated.
-