Uses of Enum Class
travel.wink.sdk.extranet.booking.model.ReviewAnswerSupplier.CategoryEnum
Packages that use ReviewAnswerSupplier.CategoryEnum
-
Uses of ReviewAnswerSupplier.CategoryEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type ReviewAnswerSupplier.CategoryEnum in travel.wink.sdk.extranet.booking.modelMethods in travel.wink.sdk.extranet.booking.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.booking.model with parameters of type ReviewAnswerSupplier.CategoryEnumModifier and TypeMethodDescriptionReviewAnswerSupplier.category(ReviewAnswerSupplier.CategoryEnum category) voidReviewAnswerSupplier.setCategory(ReviewAnswerSupplier.CategoryEnum category)