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