Class SetCartLineItemSupplyChannel
java.lang.Object
com.commercetools.graphql.api.types.SetCartLineItemSupplyChannel
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSetCartLineItemSupplyChannel(String lineItemId, ResourceIdentifierInput supplyChannel, String lineItemKey) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetLineItemId(String lineItemId) voidsetLineItemKey(String lineItemKey) voidsetSupplyChannel(ResourceIdentifierInput supplyChannel) toString()
-
Constructor Details
-
SetCartLineItemSupplyChannel
public SetCartLineItemSupplyChannel() -
SetCartLineItemSupplyChannel
public SetCartLineItemSupplyChannel(String lineItemId, ResourceIdentifierInput supplyChannel, String lineItemKey)
-
-
Method Details