public static class CancelRestCallConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CancelRestCallConfig |
build() |
CancelRestCallConfig.Builder |
configValues(ConfigValues configValues) |
CancelRestCallConfig.Builder |
copy(CancelRestCallConfig model) |
CancelRestCallConfig.Builder |
methodType(CancelRestCallConfig.MethodType methodType)
The REST method to use.
|
CancelRestCallConfig.Builder |
requestHeaders(Map<String,String> requestHeaders)
The headers for the REST call.
|
public CancelRestCallConfig.Builder methodType(CancelRestCallConfig.MethodType methodType)
The REST method to use.
methodType
- the value to setpublic CancelRestCallConfig.Builder requestHeaders(Map<String,String> requestHeaders)
The headers for the REST call.
requestHeaders
- the value to setpublic CancelRestCallConfig.Builder configValues(ConfigValues configValues)
public CancelRestCallConfig build()
public CancelRestCallConfig.Builder copy(CancelRestCallConfig model)
Copyright © 2016–2024. All rights reserved.