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