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