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