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