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