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