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