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