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