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