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