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