Class ReturnItemDraftTypeOutput
java.lang.Object
com.commercetools.graphql.api.types.ReturnItemDraftTypeOutput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionReturnItemDraftTypeOutput(String key, Long quantity, String lineItemId, String customLineItemId, String comment, ReturnShipmentState shipmentState, CustomFieldsCommand custom) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()inthashCode()voidsetComment(String comment) voidsetCustom(CustomFieldsCommand custom) voidsetCustomLineItemId(String customLineItemId) voidvoidsetLineItemId(String lineItemId) voidsetQuantity(Long quantity) voidsetShipmentState(ReturnShipmentState shipmentState) toString()
-
Constructor Details
-
ReturnItemDraftTypeOutput
public ReturnItemDraftTypeOutput() -
ReturnItemDraftTypeOutput
public ReturnItemDraftTypeOutput(String key, Long quantity, String lineItemId, String customLineItemId, String comment, ReturnShipmentState shipmentState, CustomFieldsCommand custom)
-
-
Method Details
-
getKey
-
setKey
-
getQuantity
-
setQuantity
-
getLineItemId
-
setLineItemId
-
getCustomLineItemId
-
setCustomLineItemId
-
getComment
-
setComment
-
getShipmentState
-
setShipmentState
-
getCustom
-
setCustom
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-