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