public class BulkUpsertBookingCustomAttributesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkUpsertBookingCustomAttributesResponse.Builder
Class to build instances of
BulkUpsertBookingCustomAttributesResponse. |
| Constructor and Description |
|---|
BulkUpsertBookingCustomAttributesResponse(Map<String,BookingCustomAttributeUpsertResponse> values,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
Map<String,BookingCustomAttributeUpsertResponse> |
getValues()
Getter for Values.
|
int |
hashCode() |
BulkUpsertBookingCustomAttributesResponse.Builder |
toBuilder()
Builds a new
BulkUpsertBookingCustomAttributesResponse.Builder object. |
String |
toString()
Converts this BulkUpsertBookingCustomAttributesResponse into string format.
|
public BulkUpsertBookingCustomAttributesResponse(Map<String,BookingCustomAttributeUpsertResponse> values, List<Error> errors)
values - Map of String, value for values.errors - List of Error value for errors.public HttpContext getContext()
public Map<String,BookingCustomAttributeUpsertResponse> getValues()
public List<Error> getErrors()
public String toString()
public BulkUpsertBookingCustomAttributesResponse.Builder toBuilder()
BulkUpsertBookingCustomAttributesResponse.Builder object.
Creates the instance with the state of the current model.BulkUpsertBookingCustomAttributesResponse.Builder objectCopyright © 2023. All rights reserved.