public static class InventoryTransfer.Builder extends Object
InventoryTransfer.| Constructor and Description |
|---|
Builder() |
public InventoryTransfer.Builder id(String id)
id - String value for id.public InventoryTransfer.Builder referenceId(String referenceId)
referenceId - String value for referenceId.public InventoryTransfer.Builder state(String state)
state - String value for state.public InventoryTransfer.Builder fromLocationId(String fromLocationId)
fromLocationId - String value for fromLocationId.public InventoryTransfer.Builder toLocationId(String toLocationId)
toLocationId - String value for toLocationId.public InventoryTransfer.Builder catalogObjectId(String catalogObjectId)
catalogObjectId - String value for catalogObjectId.public InventoryTransfer.Builder catalogObjectType(String catalogObjectType)
catalogObjectType - String value for catalogObjectType.public InventoryTransfer.Builder quantity(String quantity)
quantity - String value for quantity.public InventoryTransfer.Builder occurredAt(String occurredAt)
occurredAt - String value for occurredAt.public InventoryTransfer.Builder createdAt(String createdAt)
createdAt - String value for createdAt.public InventoryTransfer.Builder source(SourceApplication source)
source - SourceApplication value for source.public InventoryTransfer.Builder employeeId(String employeeId)
employeeId - String value for employeeId.public InventoryTransfer.Builder teamMemberId(String teamMemberId)
teamMemberId - String value for teamMemberId.public InventoryTransfer build()
InventoryTransfer object using the set fields.InventoryTransferCopyright © 2022. All rights reserved.