Class InventoryEntryUpdateAction
java.lang.Object
com.commercetools.graphql.api.types.InventoryEntryUpdateAction
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInventoryEntryUpdateAction(AddInventoryEntryQuantity addQuantity, ChangeInventoryEntryQuantity changeQuantity, RemoveInventoryEntryQuantity removeQuantity, SetInventoryEntryRestockableInDays setRestockableInDays, SetInventoryEntryExpectedDelivery setExpectedDelivery, SetInventoryEntrySupplyChannel setSupplyChannel, SetInventoryEntryCustomType setCustomType, SetInventoryEntryCustomField setCustomField) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetAddQuantity(AddInventoryEntryQuantity addQuantity) voidsetChangeQuantity(ChangeInventoryEntryQuantity changeQuantity) voidsetRemoveQuantity(RemoveInventoryEntryQuantity removeQuantity) voidsetSetCustomField(SetInventoryEntryCustomField setCustomField) voidsetSetCustomType(SetInventoryEntryCustomType setCustomType) voidsetSetExpectedDelivery(SetInventoryEntryExpectedDelivery setExpectedDelivery) voidsetSetRestockableInDays(SetInventoryEntryRestockableInDays setRestockableInDays) voidsetSetSupplyChannel(SetInventoryEntrySupplyChannel setSupplyChannel) toString()
-
Constructor Details
-
InventoryEntryUpdateAction
public InventoryEntryUpdateAction() -
InventoryEntryUpdateAction
public InventoryEntryUpdateAction(AddInventoryEntryQuantity addQuantity, ChangeInventoryEntryQuantity changeQuantity, RemoveInventoryEntryQuantity removeQuantity, SetInventoryEntryRestockableInDays setRestockableInDays, SetInventoryEntryExpectedDelivery setExpectedDelivery, SetInventoryEntrySupplyChannel setSupplyChannel, SetInventoryEntryCustomType setCustomType, SetInventoryEntryCustomField setCustomField)
-
-
Method Details
-
getAddQuantity
-
setAddQuantity
-
getChangeQuantity
-
setChangeQuantity
-
getRemoveQuantity
-
setRemoveQuantity
-
getSetRestockableInDays
-
setSetRestockableInDays
-
getSetExpectedDelivery
-
setSetExpectedDelivery
-
getSetSupplyChannel
-
setSetSupplyChannel
-
getSetCustomType
-
setSetCustomType
-
getSetCustomField
-
setSetCustomField
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-