public class DeleteCustomerCustomAttributeResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteCustomerCustomAttributeResponse.Builder
Class to build instances of
DeleteCustomerCustomAttributeResponse. |
| Constructor and Description |
|---|
DeleteCustomerCustomAttributeResponse(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() |
DeleteCustomerCustomAttributeResponse.Builder |
toBuilder()
Builds a new
DeleteCustomerCustomAttributeResponse.Builder object. |
String |
toString()
Converts this DeleteCustomerCustomAttributeResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public String toString()
public DeleteCustomerCustomAttributeResponse.Builder toBuilder()
DeleteCustomerCustomAttributeResponse.Builder object.
Creates the instance with the state of the current model.DeleteCustomerCustomAttributeResponse.Builder objectCopyright © 2022. All rights reserved.