Uses of Enum Class
travel.wink.sdk.booking.model.RecognitionBooker.TypeEnum
Packages that use RecognitionBooker.TypeEnum
-
Uses of RecognitionBooker.TypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RecognitionBooker.TypeEnumModifier and TypeMethodDescriptionstatic RecognitionBooker.TypeEnum@NotNull RecognitionBooker.TypeEnumRecognitionBooker.getType()Type of rating system the recognition operated on.static RecognitionBooker.TypeEnumReturns the enum constant of this class with the specified name.static RecognitionBooker.TypeEnum[]RecognitionBooker.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 RecognitionBooker.TypeEnumModifier and TypeMethodDescriptionvoidRecognitionBooker.setType(RecognitionBooker.TypeEnum type) RecognitionBooker.type(RecognitionBooker.TypeEnum type)