Uses of Enum Class
travel.wink.sdk.user.settings.model.SpecialRateLightweightAuthenticatedEntity.PricingTypeEnum
Packages that use SpecialRateLightweightAuthenticatedEntity.PricingTypeEnum
-
Uses of SpecialRateLightweightAuthenticatedEntity.PricingTypeEnum in travel.wink.sdk.user.settings.model
Subclasses with type arguments of type SpecialRateLightweightAuthenticatedEntity.PricingTypeEnum in travel.wink.sdk.user.settings.modelModifier and TypeClassDescriptionstatic enumThis determines whether this discount should be applied per night, per stay or per person - per nightMethods in travel.wink.sdk.user.settings.model that return SpecialRateLightweightAuthenticatedEntity.PricingTypeEnumModifier and TypeMethodDescriptionSpecialRateLightweightAuthenticatedEntity.getPricingType()This determines whether this discount should be applied per night, per stay or per person - per nightReturns the enum constant of this class with the specified name.SpecialRateLightweightAuthenticatedEntity.PricingTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.user.settings.model with parameters of type SpecialRateLightweightAuthenticatedEntity.PricingTypeEnumModifier and TypeMethodDescriptionSpecialRateLightweightAuthenticatedEntity.pricingType(SpecialRateLightweightAuthenticatedEntity.PricingTypeEnum pricingType) voidSpecialRateLightweightAuthenticatedEntity.setPricingType(SpecialRateLightweightAuthenticatedEntity.PricingTypeEnum pricingType)