Uses of Enum Class
travel.wink.sdk.extranet.model.HotelSupplier.StatusEnum
Packages that use HotelSupplier.StatusEnum
-
Uses of HotelSupplier.StatusEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return HotelSupplier.StatusEnumModifier and TypeMethodDescriptionstatic HotelSupplier.StatusEnum@NotNull HotelSupplier.StatusEnumHotelSupplier.getStatus()wink.travel sets this status as the hotel moves through the payment workflow and manually for approval.static HotelSupplier.StatusEnumReturns the enum constant of this class with the specified name.static HotelSupplier.StatusEnum[]HotelSupplier.StatusEnum.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 HotelSupplier.StatusEnumModifier and TypeMethodDescriptionvoidHotelSupplier.setStatus(HotelSupplier.StatusEnum status) HotelSupplier.status(HotelSupplier.StatusEnum status)