Uses of Class
com.oracle.bmc.dataintegration.model.TaskSummaryFromRestTask.ApiCallMode
-
Packages that use TaskSummaryFromRestTask.ApiCallMode Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskSummaryFromRestTask.ApiCallMode in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskSummaryFromRestTask.ApiCallMode Modifier and Type Method Description static TaskSummaryFromRestTask.ApiCallMode
TaskSummaryFromRestTask.ApiCallMode. create(String key)
TaskSummaryFromRestTask.ApiCallMode
TaskSummaryFromRestTask. getApiCallMode()
The REST invocation pattern to use.static TaskSummaryFromRestTask.ApiCallMode
TaskSummaryFromRestTask.ApiCallMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskSummaryFromRestTask.ApiCallMode[]
TaskSummaryFromRestTask.ApiCallMode. 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 TaskSummaryFromRestTask.ApiCallMode Modifier and Type Method Description TaskSummaryFromRestTask.Builder
TaskSummaryFromRestTask.Builder. apiCallMode(TaskSummaryFromRestTask.ApiCallMode apiCallMode)
The REST invocation pattern to use.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskSummaryFromRestTask.ApiCallMode Constructor 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.
-