public static class InventoryCount.Builder extends Object
InventoryCount.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
InventoryCount |
build()
Builds a new
InventoryCount object using the set fields. |
InventoryCount.Builder |
calculatedAt(String calculatedAt)
Setter for calculatedAt.
|
InventoryCount.Builder |
catalogObjectId(String catalogObjectId)
Setter for catalogObjectId.
|
InventoryCount.Builder |
catalogObjectType(String catalogObjectType)
Setter for catalogObjectType.
|
InventoryCount.Builder |
isEstimated(Boolean isEstimated)
Setter for isEstimated.
|
InventoryCount.Builder |
locationId(String locationId)
Setter for locationId.
|
InventoryCount.Builder |
quantity(String quantity)
Setter for quantity.
|
InventoryCount.Builder |
state(String state)
Setter for state.
|
public InventoryCount.Builder catalogObjectId(String catalogObjectId)
catalogObjectId - String value for catalogObjectId.public InventoryCount.Builder catalogObjectType(String catalogObjectType)
catalogObjectType - String value for catalogObjectType.public InventoryCount.Builder state(String state)
state - String value for state.public InventoryCount.Builder locationId(String locationId)
locationId - String value for locationId.public InventoryCount.Builder quantity(String quantity)
quantity - String value for quantity.public InventoryCount.Builder calculatedAt(String calculatedAt)
calculatedAt - String value for calculatedAt.public InventoryCount.Builder isEstimated(Boolean isEstimated)
isEstimated - Boolean value for isEstimated.public InventoryCount build()
InventoryCount object using the set fields.InventoryCountCopyright © 2022. All rights reserved.