public static class GetConfigurationResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetConfigurationResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetConfigurationResponse |
build()
Build the response object.
|
GetConfigurationResponse.Builder |
configuration(Configuration configuration)
The returned Configuration instance.
|
GetConfigurationResponse.Builder |
copy(GetConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
|
GetConfigurationResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
public GetConfigurationResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetConfigurationResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public GetConfigurationResponse.Builder configuration(Configuration configuration)
The returned Configuration instance.
configuration
- the value to setpublic GetConfigurationResponse.Builder copy(GetConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
public GetConfigurationResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.