Uses of Class
org.oxerr.vividseats.client.model.inventory.StockType
-
Packages that use StockType Package Description org.oxerr.vividseats.client.model.inventory Models for inventory. -
-
Uses of StockType in org.oxerr.vividseats.client.model.inventory
Methods in org.oxerr.vividseats.client.model.inventory that return StockType Modifier and Type Method Description StockTypeBrokerListing. getStockType()static StockTypeStockType. valueOf(String name)Returns the enum constant of this type with the specified name.static StockType[]StockType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.oxerr.vividseats.client.model.inventory with parameters of type StockType Modifier and Type Method Description voidBrokerListing. setStockType(StockType stockType)
-