Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static UpdateTaskScheduleDetails.ExpectedDurationUnit |
UpdateTaskScheduleDetails.ExpectedDurationUnit.create(String key) |
UpdateTaskScheduleDetails.ExpectedDurationUnit |
UpdateTaskScheduleDetails.getExpectedDurationUnit()
The expected duration of the task.
|
static UpdateTaskScheduleDetails.ExpectedDurationUnit |
UpdateTaskScheduleDetails.ExpectedDurationUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateTaskScheduleDetails.ExpectedDurationUnit[] |
UpdateTaskScheduleDetails.ExpectedDurationUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateTaskScheduleDetails.Builder |
UpdateTaskScheduleDetails.Builder.expectedDurationUnit(UpdateTaskScheduleDetails.ExpectedDurationUnit expectedDurationUnit)
The expected duration of the task.
|
Constructor and Description |
---|
UpdateTaskScheduleDetails(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,
UpdateTaskScheduleDetails.RetryDelayUnit retryDelayUnit,
Long startTimeMillis,
Long endTimeMillis,
Boolean isConcurrentAllowed,
Boolean isBackfillEnabled,
UpdateTaskScheduleDetails.AuthMode authMode,
Double expectedDuration,
UpdateTaskScheduleDetails.ExpectedDurationUnit expectedDurationUnit,
RegistryMetadata registryMetadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.