Class SetStagedOrderReturnShipmentStateOutput
java.lang.Object
com.commercetools.graphql.api.types.SetStagedOrderReturnShipmentStateOutput
- All Implemented Interfaces:
StagedOrderUpdateActionOutput
public class SetStagedOrderReturnShipmentStateOutput
extends Object
implements StagedOrderUpdateActionOutput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetStagedOrderReturnShipmentStateOutput(String type, String returnItemId, String returnItemKey, ReturnShipmentState shipmentState) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetReturnItemId(String returnItemId) voidsetReturnItemKey(String returnItemKey) voidsetShipmentState(ReturnShipmentState shipmentState) voidtoString()
-
Constructor Details
-
SetStagedOrderReturnShipmentStateOutput
public SetStagedOrderReturnShipmentStateOutput() -
SetStagedOrderReturnShipmentStateOutput
public SetStagedOrderReturnShipmentStateOutput(String type, String returnItemId, String returnItemKey, ReturnShipmentState shipmentState)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceStagedOrderUpdateActionOutput
-
setType
- Specified by:
setTypein interfaceStagedOrderUpdateActionOutput
-
getReturnItemId
-
setReturnItemId
-
getReturnItemKey
-
setReturnItemKey
-
getShipmentState
-
setShipmentState
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-