public class InventoryCount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InventoryCount.Builder
Class to build instances of
InventoryCount. |
| Modifier | Constructor and Description |
|---|---|
protected |
InventoryCount(io.apimatic.core.types.OptionalNullable<String> catalogObjectId,
io.apimatic.core.types.OptionalNullable<String> catalogObjectType,
String state,
io.apimatic.core.types.OptionalNullable<String> locationId,
io.apimatic.core.types.OptionalNullable<String> quantity,
String calculatedAt,
Boolean isEstimated)
Internal initialization constructor.
|
|
InventoryCount(String catalogObjectId,
String catalogObjectType,
String state,
String locationId,
String quantity,
String calculatedAt,
Boolean isEstimated)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCalculatedAt()
Getter for CalculatedAt.
|
String |
getCatalogObjectId()
Getter for CatalogObjectId.
|
String |
getCatalogObjectType()
Getter for CatalogObjectType.
|
Boolean |
getIsEstimated()
Getter for IsEstimated.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getQuantity()
Getter for Quantity.
|
String |
getState()
Getter for State.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCatalogObjectId()
Internal Getter for CatalogObjectId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCatalogObjectType()
Internal Getter for CatalogObjectType.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLocationId()
Internal Getter for LocationId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetQuantity()
Internal Getter for Quantity.
|
InventoryCount.Builder |
toBuilder()
Builds a new
InventoryCount.Builder object. |
String |
toString()
Converts this InventoryCount into string format.
|
public InventoryCount(String catalogObjectId, String catalogObjectType, String state, String locationId, String quantity, String calculatedAt, Boolean isEstimated)
catalogObjectId - String value for catalogObjectId.catalogObjectType - String value for catalogObjectType.state - String value for state.locationId - String value for locationId.quantity - String value for quantity.calculatedAt - String value for calculatedAt.isEstimated - Boolean value for isEstimated.protected InventoryCount(io.apimatic.core.types.OptionalNullable<String> catalogObjectId, io.apimatic.core.types.OptionalNullable<String> catalogObjectType, String state, io.apimatic.core.types.OptionalNullable<String> locationId, io.apimatic.core.types.OptionalNullable<String> quantity, String calculatedAt, Boolean isEstimated)
protected io.apimatic.core.types.OptionalNullable<String> internalGetCatalogObjectId()
public String getCatalogObjectId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCatalogObjectType()
public String getCatalogObjectType()
public String getState()
protected io.apimatic.core.types.OptionalNullable<String> internalGetLocationId()
public String getLocationId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetQuantity()
public String getQuantity()
public String getCalculatedAt()
public Boolean getIsEstimated()
public String toString()
public InventoryCount.Builder toBuilder()
InventoryCount.Builder object.
Creates the instance with the state of the current model.InventoryCount.Builder objectCopyright © 2023. All rights reserved.