public class InventoryTransfer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InventoryTransfer.Builder
Class to build instances of
InventoryTransfer. |
| Modifier | Constructor and Description |
|---|---|
protected |
InventoryTransfer(String id,
io.apimatic.core.types.OptionalNullable<String> referenceId,
String state,
io.apimatic.core.types.OptionalNullable<String> fromLocationId,
io.apimatic.core.types.OptionalNullable<String> toLocationId,
io.apimatic.core.types.OptionalNullable<String> catalogObjectId,
io.apimatic.core.types.OptionalNullable<String> catalogObjectType,
io.apimatic.core.types.OptionalNullable<String> quantity,
io.apimatic.core.types.OptionalNullable<String> occurredAt,
String createdAt,
SourceApplication source,
io.apimatic.core.types.OptionalNullable<String> employeeId,
io.apimatic.core.types.OptionalNullable<String> teamMemberId)
Initialization constructor.
|
|
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() |
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> |
internalGetEmployeeId()
Internal Getter for EmployeeId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetFromLocationId()
Internal Getter for FromLocationId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetOccurredAt()
Internal Getter for OccurredAt.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetQuantity()
Internal Getter for Quantity.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetReferenceId()
Internal Getter for ReferenceId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetTeamMemberId()
Internal Getter for TeamMemberId.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetToLocationId()
Internal Getter for ToLocationId.
|
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.protected InventoryTransfer(String id, io.apimatic.core.types.OptionalNullable<String> referenceId, String state, io.apimatic.core.types.OptionalNullable<String> fromLocationId, io.apimatic.core.types.OptionalNullable<String> toLocationId, io.apimatic.core.types.OptionalNullable<String> catalogObjectId, io.apimatic.core.types.OptionalNullable<String> catalogObjectType, io.apimatic.core.types.OptionalNullable<String> quantity, io.apimatic.core.types.OptionalNullable<String> occurredAt, String createdAt, SourceApplication source, io.apimatic.core.types.OptionalNullable<String> employeeId, io.apimatic.core.types.OptionalNullable<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()
protected io.apimatic.core.types.OptionalNullable<String> internalGetReferenceId()
public String getReferenceId()
public String getState()
protected io.apimatic.core.types.OptionalNullable<String> internalGetFromLocationId()
public String getFromLocationId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetToLocationId()
public String getToLocationId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCatalogObjectId()
public String getCatalogObjectId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCatalogObjectType()
public String getCatalogObjectType()
protected io.apimatic.core.types.OptionalNullable<String> internalGetQuantity()
public String getQuantity()
protected io.apimatic.core.types.OptionalNullable<String> internalGetOccurredAt()
public String getOccurredAt()
public String getCreatedAt()
public SourceApplication getSource()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEmployeeId()
public String getEmployeeId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetTeamMemberId()
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 © 2024. All rights reserved.