public class InventoryPhysicalCount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InventoryPhysicalCount.Builder
Class to build instances of
InventoryPhysicalCount. |
| Constructor and Description |
|---|
InventoryPhysicalCount(String id,
String referenceId,
String catalogObjectId,
String catalogObjectType,
String state,
String locationId,
String quantity,
SourceApplication source,
String employeeId,
String teamMemberId,
String occurredAt,
String createdAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCatalogObjectId()
Getter for CatalogObjectId.
|
String |
getCatalogObjectType()
Getter for CatalogObjectType.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getEmployeeId()
Getter for EmployeeId.
|
String |
getId()
Getter for Id.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getOccurredAt()
Getter for OccurredAt.
|
String |
getQuantity()
Getter for Quantity.
|
String |
getReferenceId()
Getter for ReferenceId.
|
SourceApplication |
getSource()
Getter for Source.
|
String |
getState()
Getter for State.
|
String |
getTeamMemberId()
Getter for TeamMemberId.
|
int |
hashCode() |
InventoryPhysicalCount.Builder |
toBuilder()
Builds a new
InventoryPhysicalCount.Builder object. |
String |
toString()
Converts this InventoryPhysicalCount into string format.
|
public InventoryPhysicalCount(String id, String referenceId, String catalogObjectId, String catalogObjectType, String state, String locationId, String quantity, SourceApplication source, String employeeId, String teamMemberId, String occurredAt, String createdAt)
id - String value for id.referenceId - String value for referenceId.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.source - SourceApplication value for source.employeeId - String value for employeeId.teamMemberId - String value for teamMemberId.occurredAt - String value for occurredAt.createdAt - String value for createdAt.public String getId()
public String getReferenceId()
public String getCatalogObjectId()
public String getCatalogObjectType()
public String getState()
public String getLocationId()
public String getQuantity()
public SourceApplication getSource()
public String getEmployeeId()
public String getTeamMemberId()
public String getOccurredAt()
public String getCreatedAt()
public String toString()
public InventoryPhysicalCount.Builder toBuilder()
InventoryPhysicalCount.Builder object.
Creates the instance with the state of the current model.InventoryPhysicalCount.Builder objectCopyright © 2022. All rights reserved.