Class FulfillmentInstruction
- java.lang.Object
-
- software.amazon.spapi.models.orders.v0.FulfillmentInstruction
-
public class FulfillmentInstruction extends java.lang.Object
Contains the instructions about the fulfillment, such as the location from where you want the order filled.
-
-
Constructor Summary
Constructors Constructor Description FulfillmentInstruction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
FulfillmentInstruction
fulfillmentSupplySourceId(java.lang.String fulfillmentSupplySourceId)
java.lang.String
getFulfillmentSupplySourceId()
The `sourceId` of the location from where you want the order fulfilled.int
hashCode()
void
setFulfillmentSupplySourceId(java.lang.String fulfillmentSupplySourceId)
java.lang.String
toString()
-
-
-
Method Detail
-
fulfillmentSupplySourceId
public FulfillmentInstruction fulfillmentSupplySourceId(java.lang.String fulfillmentSupplySourceId)
-
getFulfillmentSupplySourceId
public java.lang.String getFulfillmentSupplySourceId()
The `sourceId` of the location from where you want the order fulfilled.- Returns:
- fulfillmentSupplySourceId
-
setFulfillmentSupplySourceId
public void setFulfillmentSupplySourceId(java.lang.String fulfillmentSupplySourceId)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-