| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
OrderFulfillmentUpdatedUpdate |
OrderFulfillmentUpdatedUpdate.Builder.build()
Builds a new
OrderFulfillmentUpdatedUpdate object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<OrderFulfillmentUpdatedUpdate> |
OrderFulfillmentUpdated.getFulfillmentUpdate()
Getter for FulfillmentUpdate.
|
protected io.apimatic.core.types.OptionalNullable<List<OrderFulfillmentUpdatedUpdate>> |
OrderFulfillmentUpdated.internalGetFulfillmentUpdate()
Internal Getter for FulfillmentUpdate.
|
| Modifier and Type | Method and Description |
|---|---|
OrderFulfillmentUpdated.Builder |
OrderFulfillmentUpdated.Builder.fulfillmentUpdate(List<OrderFulfillmentUpdatedUpdate> fulfillmentUpdate)
Setter for fulfillmentUpdate.
|
| Constructor and Description |
|---|
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)
Internal initialization constructor.
|
OrderFulfillmentUpdated(String orderId,
Integer version,
String locationId,
String state,
String createdAt,
String updatedAt,
List<OrderFulfillmentUpdatedUpdate> fulfillmentUpdate)
Initialization constructor.
|
Copyright © 2023. All rights reserved.