Uses of Enum Class
travel.wink.sdk.booking.model.ReviewAnswerBooker.CategoryEnum
Packages that use ReviewAnswerBooker.CategoryEnum
-
Uses of ReviewAnswerBooker.CategoryEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return ReviewAnswerBooker.CategoryEnumModifier and TypeMethodDescription@NotNull ReviewAnswerBooker.CategoryEnumReviewAnswerBooker.getCategory()Question categoryReturns the enum constant of this class with the specified name.static ReviewAnswerBooker.CategoryEnum[]ReviewAnswerBooker.CategoryEnum.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 ReviewAnswerBooker.CategoryEnumModifier and TypeMethodDescriptionReviewAnswerBooker.category(ReviewAnswerBooker.CategoryEnum category) voidReviewAnswerBooker.setCategory(ReviewAnswerBooker.CategoryEnum category)