public class SkuInventoryReservationRequest extends Object implements Serializable
Constructor and Description |
---|
SkuInventoryReservationRequest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<SkuInventoryReservationRequestGroup> |
getReservationRequestGroups()
Logically separate groups into pickup or ship groups, along with items to be adjusted.
|
String |
getReservationRequestType()
Indicates if the Inventory Reservation Request is a HARD or SOFT request.
|
String |
getSkuReferenceFieldType()
Indicates how we should be looking up SKU Inventory (by which field) with respect to
skuReferenceValue . |
int |
hashCode() |
void |
setReservationRequestGroups(List<SkuInventoryReservationRequestGroup> reservationRequestGroups)
Logically separate groups into pickup or ship groups, along with items to be adjusted.
|
void |
setReservationRequestType(String reservationRequestType)
Indicates if the Inventory Reservation Request is a HARD or SOFT request.
|
void |
setSkuReferenceFieldType(String skuReferenceFieldType)
Indicates how we should be looking up SKU Inventory (by which field) with respect to
skuReferenceValue . |
String |
toString() |
public String getReservationRequestType()
public String getSkuReferenceFieldType()
skuReferenceValue
. Default allowed values are:
SKU_CONTEXT_ID
SKU_EXTERNAL_ID
SKU_CODE
UPC
EAN
GTIN
public List<SkuInventoryReservationRequestGroup> getReservationRequestGroups()
SkuInventoryReservationRequestGroup
is loosely correlated with a Fulfillment Group in
the Cart domain.public void setReservationRequestType(String reservationRequestType)
public void setSkuReferenceFieldType(String skuReferenceFieldType)
skuReferenceValue
. Default allowed values are:
SKU_CONTEXT_ID
SKU_EXTERNAL_ID
SKU_CODE
UPC
EAN
GTIN
public void setReservationRequestGroups(List<SkuInventoryReservationRequestGroup> reservationRequestGroups)
SkuInventoryReservationRequestGroup
is loosely correlated with a Fulfillment Group in
the Cart domain.protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.