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