Class ImportStagedOrderCustomLineItemState
java.lang.Object
com.commercetools.graphql.api.types.ImportStagedOrderCustomLineItemState
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionImportStagedOrderCustomLineItemState(String customLineItemId, String customLineItemKey, List<ItemStateDraftType> state) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetState()inthashCode()voidsetCustomLineItemId(String customLineItemId) voidsetCustomLineItemKey(String customLineItemKey) voidsetState(List<ItemStateDraftType> state) toString()
-
Constructor Details
-
ImportStagedOrderCustomLineItemState
public ImportStagedOrderCustomLineItemState() -
ImportStagedOrderCustomLineItemState
public ImportStagedOrderCustomLineItemState(String customLineItemId, String customLineItemKey, List<ItemStateDraftType> state)
-
-
Method Details