public class InventoryPhysicalCount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InventoryPhysicalCount.Builder
Class to build instances of
InventoryPhysicalCount. |
| Modifier | Constructor and Description |
|---|---|
protected |
InventoryPhysicalCount(String id,
io.apimatic.core.types.OptionalNullable<String> referenceId,
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,
SourceApplication source,
io.apimatic.core.types.OptionalNullable<String> employeeId,
io.apimatic.core.types.OptionalNullable<String> teamMemberId,
io.apimatic.core.types.OptionalNullable<String> occurredAt,
String createdAt)
Internal initialization constructor.
|
|
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() |
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> |
internalGetLocationId()
Internal Getter for LocationId.
|
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.
|
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.protected InventoryPhysicalCount(String id, io.apimatic.core.types.OptionalNullable<String> referenceId, 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, SourceApplication source, io.apimatic.core.types.OptionalNullable<String> employeeId, io.apimatic.core.types.OptionalNullable<String> teamMemberId, io.apimatic.core.types.OptionalNullable<String> occurredAt, String createdAt)
public String getId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetReferenceId()
public String getReferenceId()
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 SourceApplication getSource()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEmployeeId()
public String getEmployeeId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetTeamMemberId()
public String getTeamMemberId()
protected io.apimatic.core.types.OptionalNullable<String> internalGetOccurredAt()
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 © 2023. All rights reserved.