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