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