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