public class OrderFulfillmentUpdated extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderFulfillmentUpdated.Builder
Class to build instances of
OrderFulfillmentUpdated. |
| Modifier | Constructor and Description |
|---|---|
protected |
OrderFulfillmentUpdated(io.apimatic.core.types.OptionalNullable<String> orderId,
Integer version,
io.apimatic.core.types.OptionalNullable<String> locationId,
String state,
String createdAt,
String updatedAt,
io.apimatic.core.types.OptionalNullable<List<OrderFulfillmentUpdatedUpdate>> fulfillmentUpdate)
Initialization constructor.
|
|
OrderFulfillmentUpdated(String orderId,
Integer version,
String locationId,
String state,
String createdAt,
String updatedAt,
List<OrderFulfillmentUpdatedUpdate> fulfillmentUpdate)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedAt()
Getter for CreatedAt.
|
List<OrderFulfillmentUpdatedUpdate> |
getFulfillmentUpdate()
Getter for FulfillmentUpdate.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getOrderId()
Getter for OrderId.
|
String |
getState()
Getter for State.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
Integer |
getVersion()
Getter for Version.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<OrderFulfillmentUpdatedUpdate>> |
internalGetFulfillmentUpdate()
Internal Getter for FulfillmentUpdate.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLocationId()
Internal Getter for LocationId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetOrderId()
Internal Getter for OrderId.
|
OrderFulfillmentUpdated.Builder |
toBuilder()
Builds a new
OrderFulfillmentUpdated.Builder object. |
String |
toString()
Converts this OrderFulfillmentUpdated into string format.
|
public OrderFulfillmentUpdated(String orderId, Integer version, String locationId, String state, String createdAt, String updatedAt, List<OrderFulfillmentUpdatedUpdate> fulfillmentUpdate)
orderId - String value for orderId.version - Integer value for version.locationId - String value for locationId.state - String value for state.createdAt - String value for createdAt.updatedAt - String value for updatedAt.fulfillmentUpdate - List of OrderFulfillmentUpdatedUpdate value for fulfillmentUpdate.protected OrderFulfillmentUpdated(io.apimatic.core.types.OptionalNullable<String> orderId, Integer version, io.apimatic.core.types.OptionalNullable<String> locationId, String state, String createdAt, String updatedAt, io.apimatic.core.types.OptionalNullable<List<OrderFulfillmentUpdatedUpdate>> fulfillmentUpdate)
orderId - String value for orderId.version - Integer value for version.locationId - String value for locationId.state - String value for state.createdAt - String value for createdAt.updatedAt - String value for updatedAt.fulfillmentUpdate - List of OrderFulfillmentUpdatedUpdate value for fulfillmentUpdate.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 getState()
public String getCreatedAt()
public String getUpdatedAt()
protected io.apimatic.core.types.OptionalNullable<List<OrderFulfillmentUpdatedUpdate>> internalGetFulfillmentUpdate()
public List<OrderFulfillmentUpdatedUpdate> getFulfillmentUpdate()
public String toString()
public OrderFulfillmentUpdated.Builder toBuilder()
OrderFulfillmentUpdated.Builder object.
Creates the instance with the state of the current model.OrderFulfillmentUpdated.Builder objectCopyright © 2024. All rights reserved.