Uses of Enum Class
travel.wink.hotelbeds.booking.sdk.model.ApiReviewFilter.TypeEnum
Packages that use ApiReviewFilter.TypeEnum
-
Uses of ApiReviewFilter.TypeEnum in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return ApiReviewFilter.TypeEnumModifier and TypeMethodDescriptionstatic ApiReviewFilter.TypeEnum@NotNull ApiReviewFilter.TypeEnumApiReviewFilter.getType()Defines the source of the reviews.static ApiReviewFilter.TypeEnumReturns the enum constant of this class with the specified name.static ApiReviewFilter.TypeEnum[]ApiReviewFilter.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.hotelbeds.booking.sdk.model with parameters of type ApiReviewFilter.TypeEnumModifier and TypeMethodDescriptionvoidApiReviewFilter.setType(ApiReviewFilter.TypeEnum type) ApiReviewFilter.type(ApiReviewFilter.TypeEnum type)