Uses of Enum Class
travel.wink.affiliate.model.BookingContractPaymentDetails.TypeEnum
Packages that use BookingContractPaymentDetails.TypeEnum
-
Uses of BookingContractPaymentDetails.TypeEnum in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return BookingContractPaymentDetails.TypeEnumModifier and TypeMethodDescriptionBookingContractPaymentDetails.getType()Technology taking the chargeReturns the enum constant of this class with the specified name.BookingContractPaymentDetails.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.affiliate.model with parameters of type BookingContractPaymentDetails.TypeEnumModifier and TypeMethodDescriptionvoidBookingContractPaymentDetails.setType(BookingContractPaymentDetails.TypeEnum type) BookingContractPaymentDetails.type(BookingContractPaymentDetails.TypeEnum type)