Uses of Enum Class
travel.wink.sdk.extranet.model.ReviewAnswerSupplierDetails.CategoryEnum
Packages that use ReviewAnswerSupplierDetails.CategoryEnum
-
Uses of ReviewAnswerSupplierDetails.CategoryEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return ReviewAnswerSupplierDetails.CategoryEnumModifier and TypeMethodDescriptionReviewAnswerSupplierDetails.getCategory()Question categoryReturns the enum constant of this class with the specified name.ReviewAnswerSupplierDetails.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 ReviewAnswerSupplierDetails.CategoryEnumModifier and TypeMethodDescriptionReviewAnswerSupplierDetails.category(ReviewAnswerSupplierDetails.CategoryEnum category) voidReviewAnswerSupplierDetails.setCategory(ReviewAnswerSupplierDetails.CategoryEnum category)