Uses of Enum Class
travel.wink.sdk.lookup.model.RecognitionConsumer.TypeEnum
Packages that use RecognitionConsumer.TypeEnum
-
Uses of RecognitionConsumer.TypeEnum in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return RecognitionConsumer.TypeEnumModifier and TypeMethodDescriptionstatic RecognitionConsumer.TypeEnum@NotNull RecognitionConsumer.TypeEnumRecognitionConsumer.getType()Type of rating system the recognition operated on.static RecognitionConsumer.TypeEnumReturns the enum constant of this class with the specified name.static RecognitionConsumer.TypeEnum[]RecognitionConsumer.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.lookup.model with parameters of type RecognitionConsumer.TypeEnumModifier and TypeMethodDescriptionvoidRecognitionConsumer.setType(RecognitionConsumer.TypeEnum type) RecognitionConsumer.type(RecognitionConsumer.TypeEnum type)