Uses of Enum Class
travel.wink.sdk.booking.model.BookingContractItemBooker.TypeEnum
Packages that use BookingContractItemBooker.TypeEnum
-
Uses of BookingContractItemBooker.TypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingContractItemBooker.TypeEnumModifier and TypeMethodDescriptionBookingContractItemBooker.getType()Type of item this is.Returns the enum constant of this class with the specified name.static BookingContractItemBooker.TypeEnum[]BookingContractItemBooker.TypeEnum.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 BookingContractItemBooker.TypeEnumModifier and TypeMethodDescriptionvoidBookingContractItemBooker.setType(BookingContractItemBooker.TypeEnum type) BookingContractItemBooker.type(BookingContractItemBooker.TypeEnum type)