Uses of Class
com.oracle.bmc.dataintegration.model.TaskScheduleSummary.AuthMode
-
Packages that use TaskScheduleSummary.AuthMode Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskScheduleSummary.AuthMode in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskScheduleSummary.AuthMode Modifier and Type Method Description static TaskScheduleSummary.AuthMode
TaskScheduleSummary.AuthMode. create(String key)
TaskScheduleSummary.AuthMode
TaskScheduleSummary. getAuthMode()
The authorization mode for the task.static TaskScheduleSummary.AuthMode
TaskScheduleSummary.AuthMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskScheduleSummary.AuthMode[]
TaskScheduleSummary.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 TaskScheduleSummary.AuthMode Modifier and Type Method Description TaskScheduleSummary.Builder
TaskScheduleSummary.Builder. authMode(TaskScheduleSummary.AuthMode authMode)
The authorization mode for the task.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskScheduleSummary.AuthMode Constructor Description TaskScheduleSummary(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 numberOfRetries, Double retryDelay, TaskScheduleSummary.RetryDelayUnit retryDelayUnit, Long startTimeMillis, Long endTimeMillis, Boolean isConcurrentAllowed, Boolean isBackfillEnabled, TaskScheduleSummary.AuthMode authMode, Double expectedDuration, TaskScheduleSummary.ExpectedDurationUnit expectedDurationUnit, Long nextRunTimeMillis, LastRunDetails lastRunDetails, ObjectMetadata metadata)
Deprecated.
-