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