public class BulkUpsertOrderCustomAttributesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkUpsertOrderCustomAttributesResponse.Builder
Class to build instances of
BulkUpsertOrderCustomAttributesResponse. |
| Constructor and Description |
|---|
BulkUpsertOrderCustomAttributesResponse(Map<String,UpsertOrderCustomAttributeResponse> 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,UpsertOrderCustomAttributeResponse> |
getValues()
Getter for Values.
|
int |
hashCode() |
BulkUpsertOrderCustomAttributesResponse.Builder |
toBuilder()
Builds a new
BulkUpsertOrderCustomAttributesResponse.Builder object. |
String |
toString()
Converts this BulkUpsertOrderCustomAttributesResponse into string format.
|
public BulkUpsertOrderCustomAttributesResponse(Map<String,UpsertOrderCustomAttributeResponse> 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,UpsertOrderCustomAttributeResponse> getValues()
public String toString()
public BulkUpsertOrderCustomAttributesResponse.Builder toBuilder()
BulkUpsertOrderCustomAttributesResponse.Builder object.
Creates the instance with the state of the current model.BulkUpsertOrderCustomAttributesResponse.Builder objectCopyright © 2023. All rights reserved.