public static class GetDeviceCodeResponse.Builder extends Object
GetDeviceCodeResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceCodeResponse |
build()
Builds a new
GetDeviceCodeResponse object using the set fields. |
GetDeviceCodeResponse.Builder |
deviceCode(DeviceCode deviceCode)
Setter for deviceCode.
|
GetDeviceCodeResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
GetDeviceCodeResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
public GetDeviceCodeResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public GetDeviceCodeResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public GetDeviceCodeResponse.Builder deviceCode(DeviceCode deviceCode)
deviceCode - DeviceCode value for deviceCode.public GetDeviceCodeResponse build()
GetDeviceCodeResponse object using the set fields.GetDeviceCodeResponseCopyright © 2022. All rights reserved.