Uses of Enum Class
travel.wink.sdk.booking.model.PayoutBooker.VendorEnum
Packages that use PayoutBooker.VendorEnum
-
Uses of PayoutBooker.VendorEnum in travel.wink.sdk.booking.model
Subclasses with type arguments of type PayoutBooker.VendorEnum in travel.wink.sdk.booking.modelMethods in travel.wink.sdk.booking.model that return PayoutBooker.VendorEnumModifier and TypeMethodDescriptionstatic PayoutBooker.VendorEnum@NotNull PayoutBooker.VendorEnumPayoutBooker.getVendor()Name of integration vendorstatic PayoutBooker.VendorEnumReturns the enum constant of this class with the specified name.static PayoutBooker.VendorEnum[]PayoutBooker.VendorEnum.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 PayoutBooker.VendorEnumModifier and TypeMethodDescriptionvoidPayoutBooker.setVendor(PayoutBooker.VendorEnum vendor) PayoutBooker.vendor(PayoutBooker.VendorEnum vendor)