Uses of Enum Class
travel.wink.sdk.booking.model.FeeBooker.TypeEnum
Packages that use FeeBooker.TypeEnum
-
Uses of FeeBooker.TypeEnum in travel.wink.sdk.booking.model
Subclasses with type arguments of type FeeBooker.TypeEnum in travel.wink.sdk.booking.modelMethods in travel.wink.sdk.booking.model that return FeeBooker.TypeEnumModifier and TypeMethodDescriptionstatic FeeBooker.TypeEnum@NotNull FeeBooker.TypeEnumFeeBooker.getType()Type of feestatic FeeBooker.TypeEnumReturns the enum constant of this class with the specified name.static FeeBooker.TypeEnum[]FeeBooker.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 FeeBooker.TypeEnumModifier and TypeMethodDescriptionvoidFeeBooker.setType(FeeBooker.TypeEnum type) FeeBooker.type(FeeBooker.TypeEnum type)