Uses of Enum Class
travel.wink.sdk.inventory.model.SellerInventoryItemNonAuthenticatedEntity.DisplayTypeEnum
Packages that use SellerInventoryItemNonAuthenticatedEntity.DisplayTypeEnum
-
Uses of SellerInventoryItemNonAuthenticatedEntity.DisplayTypeEnum in travel.wink.sdk.inventory.model
Subclasses with type arguments of type SellerInventoryItemNonAuthenticatedEntity.DisplayTypeEnum in travel.wink.sdk.inventory.modelModifier and TypeClassDescriptionstatic enumIndicate which initial values to display first on the front-facing cardMethods in travel.wink.sdk.inventory.model that return SellerInventoryItemNonAuthenticatedEntity.DisplayTypeEnumModifier and TypeMethodDescriptionSellerInventoryItemNonAuthenticatedEntity.getDisplayType()Indicate which initial values to display first on the front-facing cardReturns the enum constant of this class with the specified name.SellerInventoryItemNonAuthenticatedEntity.DisplayTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.inventory.model with parameters of type SellerInventoryItemNonAuthenticatedEntity.DisplayTypeEnumModifier and TypeMethodDescriptionSellerInventoryItemNonAuthenticatedEntity.displayType(SellerInventoryItemNonAuthenticatedEntity.DisplayTypeEnum displayType) voidSellerInventoryItemNonAuthenticatedEntity.setDisplayType(SellerInventoryItemNonAuthenticatedEntity.DisplayTypeEnum displayType)