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