Uses of Enum Class
travel.wink.affiliate.model.SellerInventoryItem.DisplayTypeEnum
Packages that use SellerInventoryItem.DisplayTypeEnum
-
Uses of SellerInventoryItem.DisplayTypeEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return SellerInventoryItem.DisplayTypeEnumModifier and TypeMethodDescription@NotNull SellerInventoryItem.DisplayTypeEnumSellerInventoryItem.getDisplayType()Indicate which initial values to display first on the front-facing cardReturns the enum constant of this class with the specified name.static SellerInventoryItem.DisplayTypeEnum[]SellerInventoryItem.DisplayTypeEnum.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 SellerInventoryItem.DisplayTypeEnumModifier and TypeMethodDescriptionSellerInventoryItem.displayType(SellerInventoryItem.DisplayTypeEnum displayType) voidSellerInventoryItem.setDisplayType(SellerInventoryItem.DisplayTypeEnum displayType)