Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static TaskSummaryFromRestTask.CancelMethodType |
TaskSummaryFromRestTask.CancelMethodType.create(String key) |
TaskSummaryFromRestTask.CancelMethodType |
TaskSummaryFromRestTask.getCancelMethodType()
The REST method to use for canceling the original request.
|
static TaskSummaryFromRestTask.CancelMethodType |
TaskSummaryFromRestTask.CancelMethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskSummaryFromRestTask.CancelMethodType[] |
TaskSummaryFromRestTask.CancelMethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TaskSummaryFromRestTask.Builder |
TaskSummaryFromRestTask.Builder.cancelMethodType(TaskSummaryFromRestTask.CancelMethodType cancelMethodType)
The REST method to use for canceling the original request.
|
Constructor and Description |
---|
TaskSummaryFromRestTask(String key,
String modelVersion,
ParentReference parentRef,
String name,
String description,
Integer objectVersion,
Integer objectStatus,
String identifier,
List<InputPort> inputPorts,
List<OutputPort> outputPorts,
List<Parameter> parameters,
ConfigValues opConfigValues,
ConfigProvider configProviderDelegate,
Boolean isConcurrentAllowed,
ObjectMetadata metadata,
Map<String,String> keyMap,
AuthDetails authDetails,
AuthConfig authConfig,
Expression endpoint,
TaskSummaryFromRestTask.MethodType methodType,
Object headers,
String jsonData,
TaskSummaryFromRestTask.ApiCallMode apiCallMode,
Expression cancelEndpoint,
TaskSummaryFromRestTask.CancelMethodType cancelMethodType,
ExecuteRestCallConfig executeRestCallConfig,
CancelRestCallConfig cancelRestCallConfig,
PollRestCallConfig pollRestCallConfig)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.