public class InventoryTransfer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InventoryTransfer.Builder
Class to build instances of
InventoryTransfer. |
| Constructor and Description |
|---|
InventoryTransfer(String id,
String referenceId,
String state,
String fromLocationId,
String toLocationId,
String catalogObjectId,
String catalogObjectType,
String quantity,
String occurredAt,
String createdAt,
SourceApplication source,
String employeeId,
String teamMemberId)
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 |
getFromLocationId()
Getter for FromLocationId.
|
String |
getId()
Getter for Id.
|
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.
|
String |
getToLocationId()
Getter for ToLocationId.
|
int |
hashCode() |
InventoryTransfer.Builder |
toBuilder()
Builds a new
InventoryTransfer.Builder object. |
String |
toString()
Converts this InventoryTransfer into string format.
|
public InventoryTransfer(String id, String referenceId, String state, String fromLocationId, String toLocationId, String catalogObjectId, String catalogObjectType, String quantity, String occurredAt, String createdAt, SourceApplication source, String employeeId, String teamMemberId)
id - String value for id.referenceId - String value for referenceId.state - String value for state.fromLocationId - String value for fromLocationId.toLocationId - String value for toLocationId.catalogObjectId - String value for catalogObjectId.catalogObjectType - String value for catalogObjectType.quantity - String value for quantity.occurredAt - String value for occurredAt.createdAt - String value for createdAt.source - SourceApplication value for source.employeeId - String value for employeeId.teamMemberId - String value for teamMemberId.public String getId()
public String getReferenceId()
public String getState()
public String getFromLocationId()
public String getToLocationId()
public String getCatalogObjectId()
public String getCatalogObjectType()
public String getQuantity()
public String getOccurredAt()
public String getCreatedAt()
public SourceApplication getSource()
public String getEmployeeId()
public String getTeamMemberId()
public String toString()
public InventoryTransfer.Builder toBuilder()
InventoryTransfer.Builder object.
Creates the instance with the state of the current model.InventoryTransfer.Builder objectCopyright © 2022. All rights reserved.