Uses of Enum Class
travel.wink.sdk.extranet.model.UpsertActivityRequest.PricePointEnum
Packages that use UpsertActivityRequest.PricePointEnum
-
Uses of UpsertActivityRequest.PricePointEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertActivityRequest.PricePointEnumModifier and TypeMethodDescription@NotNull UpsertActivityRequest.PricePointEnumUpsertActivityRequest.getPricePoint()Level of expensiveness.Returns the enum constant of this class with the specified name.static UpsertActivityRequest.PricePointEnum[]UpsertActivityRequest.PricePointEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.model with parameters of type UpsertActivityRequest.PricePointEnumModifier and TypeMethodDescriptionUpsertActivityRequest.pricePoint(UpsertActivityRequest.PricePointEnum pricePoint) voidUpsertActivityRequest.setPricePoint(UpsertActivityRequest.PricePointEnum pricePoint)