public class RetrieveOrderCustomAttributeRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveOrderCustomAttributeRequest.Builder
Class to build instances of
RetrieveOrderCustomAttributeRequest. |
| Modifier | Constructor and Description |
|---|---|
|
RetrieveOrderCustomAttributeRequest(Integer version,
Boolean withDefinition)
Initialization constructor.
|
protected |
RetrieveOrderCustomAttributeRequest(Integer version,
io.apimatic.core.types.OptionalNullable<Boolean> withDefinition)
Internal 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.
|
RetrieveOrderCustomAttributeRequest.Builder |
toBuilder()
Builds a new
RetrieveOrderCustomAttributeRequest.Builder object. |
String |
toString()
Converts this RetrieveOrderCustomAttributeRequest into string format.
|
public RetrieveOrderCustomAttributeRequest(Integer version, Boolean withDefinition)
version - Integer value for version.withDefinition - Boolean value for withDefinition.public Integer getVersion()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetWithDefinition()
public Boolean getWithDefinition()
public String toString()
public RetrieveOrderCustomAttributeRequest.Builder toBuilder()
RetrieveOrderCustomAttributeRequest.Builder object.
Creates the instance with the state of the current model.RetrieveOrderCustomAttributeRequest.Builder objectCopyright © 2023. All rights reserved.