Uses of Enum Class
travel.wink.affiliate.model.Inventory.InventoryTypeEnum
Packages that use Inventory.InventoryTypeEnum
-
Uses of Inventory.InventoryTypeEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return Inventory.InventoryTypeEnumModifier and TypeMethodDescriptionstatic Inventory.InventoryTypeEnum@NotNull Inventory.InventoryTypeEnumInventory.getInventoryType()Inventory typestatic Inventory.InventoryTypeEnumReturns the enum constant of this class with the specified name.static Inventory.InventoryTypeEnum[]Inventory.InventoryTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.affiliate.model with parameters of type Inventory.InventoryTypeEnumModifier and TypeMethodDescriptionInventory.inventoryType(Inventory.InventoryTypeEnum inventoryType) voidInventory.setInventoryType(Inventory.InventoryTypeEnum inventoryType)