Uses of Class
com.oracle.bmc.dataintegration.model.CreateTaskFromRestTask.CancelMethodType
-
Packages that use CreateTaskFromRestTask.CancelMethodType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of CreateTaskFromRestTask.CancelMethodType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return CreateTaskFromRestTask.CancelMethodType Modifier and Type Method Description static CreateTaskFromRestTask.CancelMethodType
CreateTaskFromRestTask.CancelMethodType. create(String key)
CreateTaskFromRestTask.CancelMethodType
CreateTaskFromRestTask. getCancelMethodType()
The REST method to use for canceling the original request.static CreateTaskFromRestTask.CancelMethodType
CreateTaskFromRestTask.CancelMethodType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateTaskFromRestTask.CancelMethodType[]
CreateTaskFromRestTask.CancelMethodType. 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 CreateTaskFromRestTask.CancelMethodType Modifier and Type Method Description CreateTaskFromRestTask.Builder
CreateTaskFromRestTask.Builder. cancelMethodType(CreateTaskFromRestTask.CancelMethodType cancelMethodType)
The REST method to use for canceling the original request.Constructors in com.oracle.bmc.dataintegration.model with parameters of type CreateTaskFromRestTask.CancelMethodType Constructor Description CreateTaskFromRestTask(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectStatus, String identifier, List<InputPort> inputPorts, List<OutputPort> outputPorts, List<Parameter> parameters, ConfigValues opConfigValues, CreateConfigProvider configProviderDelegate, Boolean isConcurrentAllowed, RegistryMetadata registryMetadata, AuthDetails authDetails, AuthConfig authConfig, Expression endpoint, CreateTaskFromRestTask.MethodType methodType, Object headers, String jsonData, CreateTaskFromRestTask.ApiCallMode apiCallMode, Expression cancelEndpoint, CreateTaskFromRestTask.CancelMethodType cancelMethodType, ExecuteRestCallConfig executeRestCallConfig, CancelRestCallConfig cancelRestCallConfig, PollRestCallConfig pollRestCallConfig, List<TypedExpression> typedExpressions)
Deprecated.
-