Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static CreateTaskScheduleDetails.ExpectedDurationUnit |
CreateTaskScheduleDetails.ExpectedDurationUnit.create(String key) |
CreateTaskScheduleDetails.ExpectedDurationUnit |
CreateTaskScheduleDetails.getExpectedDurationUnit()
The expected duration unit of the task execution.
|
static CreateTaskScheduleDetails.ExpectedDurationUnit |
CreateTaskScheduleDetails.ExpectedDurationUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateTaskScheduleDetails.ExpectedDurationUnit[] |
CreateTaskScheduleDetails.ExpectedDurationUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateTaskScheduleDetails.Builder |
CreateTaskScheduleDetails.Builder.expectedDurationUnit(CreateTaskScheduleDetails.ExpectedDurationUnit expectedDurationUnit)
The expected duration unit of the task execution.
|
Constructor and Description |
---|
CreateTaskScheduleDetails(String key,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
Integer objectStatus,
String identifier,
Schedule scheduleRef,
ConfigProvider configProviderDelegate,
Boolean isEnabled,
Integer numberOfRetries,
Double retryDelay,
CreateTaskScheduleDetails.RetryDelayUnit retryDelayUnit,
Long startTimeMillis,
Long endTimeMillis,
Boolean isConcurrentAllowed,
Boolean isBackfillEnabled,
CreateTaskScheduleDetails.AuthMode authMode,
Double expectedDuration,
CreateTaskScheduleDetails.ExpectedDurationUnit expectedDurationUnit,
RegistryMetadata registryMetadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.