Uses of Enum Class
travel.wink.sdk.affiliate.model.ReviewAnswerAffiliate.CategoryEnum
Packages that use ReviewAnswerAffiliate.CategoryEnum
-
Uses of ReviewAnswerAffiliate.CategoryEnum in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return ReviewAnswerAffiliate.CategoryEnumModifier and TypeMethodDescription@NotNull ReviewAnswerAffiliate.CategoryEnumReviewAnswerAffiliate.getCategory()Question categoryReturns the enum constant of this class with the specified name.static ReviewAnswerAffiliate.CategoryEnum[]ReviewAnswerAffiliate.CategoryEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.affiliate.model with parameters of type ReviewAnswerAffiliate.CategoryEnumModifier and TypeMethodDescriptionReviewAnswerAffiliate.category(ReviewAnswerAffiliate.CategoryEnum category) voidReviewAnswerAffiliate.setCategory(ReviewAnswerAffiliate.CategoryEnum category)