public class RetrieveMerchantCustomAttributeRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveMerchantCustomAttributeRequest.Builder
Class to build instances of
RetrieveMerchantCustomAttributeRequest. |
| Modifier | Constructor and Description |
|---|---|
|
RetrieveMerchantCustomAttributeRequest(Boolean withDefinition,
Integer version)
Initialization constructor.
|
protected |
RetrieveMerchantCustomAttributeRequest(io.apimatic.core.types.OptionalNullable<Boolean> withDefinition,
Integer version)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getVersion()
Getter for Version.
|
Boolean |
getWithDefinition()
Getter for WithDefinition.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetWithDefinition()
Internal Getter for WithDefinition.
|
RetrieveMerchantCustomAttributeRequest.Builder |
toBuilder()
Builds a new
RetrieveMerchantCustomAttributeRequest.Builder object. |
String |
toString()
Converts this RetrieveMerchantCustomAttributeRequest into string format.
|
public RetrieveMerchantCustomAttributeRequest(Boolean withDefinition, Integer version)
withDefinition - Boolean value for withDefinition.version - Integer value for version.protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetWithDefinition()
public Boolean getWithDefinition()
public Integer getVersion()
public String toString()
public RetrieveMerchantCustomAttributeRequest.Builder toBuilder()
RetrieveMerchantCustomAttributeRequest.Builder object.
Creates the instance with the state of the current model.RetrieveMerchantCustomAttributeRequest.Builder objectCopyright © 2024. All rights reserved.