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