Uses of Enum Class
travel.wink.sdk.booking.model.BookingContractBooker.CancellationTypeEnum
Packages that use BookingContractBooker.CancellationTypeEnum
-
Uses of BookingContractBooker.CancellationTypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingContractBooker.CancellationTypeEnumModifier and TypeMethodDescriptionBookingContractBooker.getCancellationType()Reason type.Returns the enum constant of this class with the specified name.BookingContractBooker.CancellationTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.booking.model with parameters of type BookingContractBooker.CancellationTypeEnumModifier and TypeMethodDescriptionBookingContractBooker.cancellationType(BookingContractBooker.CancellationTypeEnum cancellationType) voidBookingContractBooker.setCancellationType(BookingContractBooker.CancellationTypeEnum cancellationType)