public class UpsertOrderCustomAttributeRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpsertOrderCustomAttributeRequest.Builder
Class to build instances of
UpsertOrderCustomAttributeRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
UpsertOrderCustomAttributeRequest(CustomAttribute customAttribute,
io.apimatic.core.types.OptionalNullable<String> idempotencyKey)
Internal initialization constructor.
|
|
UpsertOrderCustomAttributeRequest(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.
|
UpsertOrderCustomAttributeRequest.Builder |
toBuilder()
Builds a new
UpsertOrderCustomAttributeRequest.Builder object. |
String |
toString()
Converts this UpsertOrderCustomAttributeRequest into string format.
|
public UpsertOrderCustomAttributeRequest(CustomAttribute customAttribute, String idempotencyKey)
customAttribute - CustomAttribute value for customAttribute.idempotencyKey - String value for idempotencyKey.protected UpsertOrderCustomAttributeRequest(CustomAttribute customAttribute, io.apimatic.core.types.OptionalNullable<String> idempotencyKey)
public CustomAttribute getCustomAttribute()
protected io.apimatic.core.types.OptionalNullable<String> internalGetIdempotencyKey()
public String getIdempotencyKey()
public String toString()
public UpsertOrderCustomAttributeRequest.Builder toBuilder()
UpsertOrderCustomAttributeRequest.Builder object.
Creates the instance with the state of the current model.UpsertOrderCustomAttributeRequest.Builder objectCopyright © 2023. All rights reserved.