public class BookingCustomAttributeDeleteRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BookingCustomAttributeDeleteRequest.Builder
Class to build instances of
BookingCustomAttributeDeleteRequest. |
| Constructor and Description |
|---|
BookingCustomAttributeDeleteRequest(String bookingId,
String key)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBookingId()
Getter for BookingId.
|
String |
getKey()
Getter for Key.
|
int |
hashCode() |
BookingCustomAttributeDeleteRequest.Builder |
toBuilder()
Builds a new
BookingCustomAttributeDeleteRequest.Builder object. |
String |
toString()
Converts this BookingCustomAttributeDeleteRequest into string format.
|
public String getBookingId()
public String getKey()
public String toString()
public BookingCustomAttributeDeleteRequest.Builder toBuilder()
BookingCustomAttributeDeleteRequest.Builder object.
Creates the instance with the state of the current model.BookingCustomAttributeDeleteRequest.Builder objectCopyright © 2024. All rights reserved.