Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static ExecuteRestCallConfig.MethodType |
ExecuteRestCallConfig.MethodType.create(String key) |
ExecuteRestCallConfig.MethodType |
ExecuteRestCallConfig.getMethodType()
The REST method to use.
|
static ExecuteRestCallConfig.MethodType |
ExecuteRestCallConfig.MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecuteRestCallConfig.MethodType[] |
ExecuteRestCallConfig.MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExecuteRestCallConfig.Builder |
ExecuteRestCallConfig.Builder.methodType(ExecuteRestCallConfig.MethodType methodType)
The REST method to use.
|
Constructor and Description |
---|
ExecuteRestCallConfig(ExecuteRestCallConfig.MethodType methodType,
Map<String,String> requestHeaders,
ConfigValues configValues)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.