Uses of Class
org.oxerr.vividseats.client.model.inventory.SplitType
-
Packages that use SplitType Package Description org.oxerr.vividseats.client.model.inventory Models for inventory.org.oxerr.vividseats.client.model.v1.inventory Inventory API. -
-
Uses of SplitType in org.oxerr.vividseats.client.model.inventory
Methods in org.oxerr.vividseats.client.model.inventory that return SplitType Modifier and Type Method Description SplitTypeBrokerListing. getSplitType()static SplitTypeSplitType. valueOf(String name)Returns the enum constant of this type with the specified name.static SplitType[]SplitType. 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 SplitType Modifier and Type Method Description voidBrokerListing. setSplitType(SplitType splitType) -
Uses of SplitType in org.oxerr.vividseats.client.model.v1.inventory
Methods in org.oxerr.vividseats.client.model.v1.inventory that return SplitType Modifier and Type Method Description SplitTypeUpdate. getSplitType()Methods in org.oxerr.vividseats.client.model.v1.inventory with parameters of type SplitType Modifier and Type Method Description voidUpdate. setSplitType(SplitType splitType)
-