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