Uses of Enum Class
travel.wink.sdk.extranet.booking.model.BookingOverviewRequestSupplier.TypeEnum
Packages that use BookingOverviewRequestSupplier.TypeEnum
-
Uses of BookingOverviewRequestSupplier.TypeEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type BookingOverviewRequestSupplier.TypeEnum in travel.wink.sdk.extranet.booking.modelModifier and TypeClassDescriptionstatic enumThe type of time series that should be usedMethods in travel.wink.sdk.extranet.booking.model that return BookingOverviewRequestSupplier.TypeEnumModifier and TypeMethodDescriptionBookingOverviewRequestSupplier.getType()The type of time series that should be usedReturns the enum constant of this class with the specified name.BookingOverviewRequestSupplier.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.booking.model with parameters of type BookingOverviewRequestSupplier.TypeEnumModifier and TypeMethodDescriptionvoidBookingOverviewRequestSupplier.setType(BookingOverviewRequestSupplier.TypeEnum type) BookingOverviewRequestSupplier.type(BookingOverviewRequestSupplier.TypeEnum type)