Uses of Enum Class
travel.wink.sdk.extranet.model.BookingContractItem.TypeEnum
Packages that use BookingContractItem.TypeEnum
-
Uses of BookingContractItem.TypeEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BookingContractItem.TypeEnumModifier and TypeMethodDescriptionstatic BookingContractItem.TypeEnum@NotNull BookingContractItem.TypeEnumBookingContractItem.getType()Type of item this is.static BookingContractItem.TypeEnumReturns the enum constant of this class with the specified name.static BookingContractItem.TypeEnum[]BookingContractItem.TypeEnum.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 BookingContractItem.TypeEnumModifier and TypeMethodDescriptionvoidBookingContractItem.setType(BookingContractItem.TypeEnum type) BookingContractItem.type(BookingContractItem.TypeEnum type)