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