public static class BulkUpsertBookingCustomAttributesResponse.Builder extends Object
BulkUpsertBookingCustomAttributesResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BulkUpsertBookingCustomAttributesResponse |
build()
Builds a new
BulkUpsertBookingCustomAttributesResponse object using the set
fields. |
BulkUpsertBookingCustomAttributesResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
BulkUpsertBookingCustomAttributesResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
BulkUpsertBookingCustomAttributesResponse.Builder |
values(Map<String,BookingCustomAttributeUpsertResponse> values)
Setter for values.
|
public BulkUpsertBookingCustomAttributesResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public BulkUpsertBookingCustomAttributesResponse.Builder values(Map<String,BookingCustomAttributeUpsertResponse> values)
values - Map of String, value for values.public BulkUpsertBookingCustomAttributesResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public BulkUpsertBookingCustomAttributesResponse build()
BulkUpsertBookingCustomAttributesResponse object using the set
fields.Copyright © 2024. All rights reserved.