public class UpsertCustomerCustomAttributeRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpsertCustomerCustomAttributeRequest.Builder
Class to build instances of
UpsertCustomerCustomAttributeRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
UpsertCustomerCustomAttributeRequest(CustomAttribute customAttribute,
io.apimatic.core.types.OptionalNullable<String> idempotencyKey)
Initialization constructor.
|
|
UpsertCustomerCustomAttributeRequest(CustomAttribute customAttribute,
String idempotencyKey)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CustomAttribute |
getCustomAttribute()
Getter for CustomAttribute.
|
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetIdempotencyKey()
Internal Getter for IdempotencyKey.
|
UpsertCustomerCustomAttributeRequest.Builder |
toBuilder()
Builds a new
UpsertCustomerCustomAttributeRequest.Builder object. |
String |
toString()
Converts this UpsertCustomerCustomAttributeRequest into string format.
|
public UpsertCustomerCustomAttributeRequest(CustomAttribute customAttribute, String idempotencyKey)
customAttribute - CustomAttribute value for customAttribute.idempotencyKey - String value for idempotencyKey.protected UpsertCustomerCustomAttributeRequest(CustomAttribute customAttribute, io.apimatic.core.types.OptionalNullable<String> idempotencyKey)
customAttribute - CustomAttribute value for customAttribute.idempotencyKey - String value for idempotencyKey.public CustomAttribute getCustomAttribute()
protected io.apimatic.core.types.OptionalNullable<String> internalGetIdempotencyKey()
public String getIdempotencyKey()
public String toString()
public UpsertCustomerCustomAttributeRequest.Builder toBuilder()
UpsertCustomerCustomAttributeRequest.Builder object.
Creates the instance with the state of the current model.UpsertCustomerCustomAttributeRequest.Builder objectCopyright © 2024. All rights reserved.