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