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