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