Class SetStagedOrderReturnShipmentState
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderReturnShipmentState
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderReturnShipmentState(String returnItemId, String returnItemKey, ReturnShipmentState shipmentState) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetReturnItemId(String returnItemId) voidsetReturnItemKey(String returnItemKey) voidsetShipmentState(ReturnShipmentState shipmentState) toString()
-
Constructor Details
-
SetStagedOrderReturnShipmentState
public SetStagedOrderReturnShipmentState() -
SetStagedOrderReturnShipmentState
public SetStagedOrderReturnShipmentState(String returnItemId, String returnItemKey, ReturnShipmentState shipmentState)
-
-
Method Details