Uses of Enum Class
travel.wink.hotelbeds.booking.sdk.model.ApiPaxAvail.TypeEnum
Packages that use ApiPaxAvail.TypeEnum
-
Uses of ApiPaxAvail.TypeEnum in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return ApiPaxAvail.TypeEnumModifier and TypeMethodDescriptionstatic ApiPaxAvail.TypeEnum@NotNull ApiPaxAvail.TypeEnumApiPaxAvail.getType()Passenger type, defines if the passenger is adult or child.static ApiPaxAvail.TypeEnumReturns the enum constant of this class with the specified name.static ApiPaxAvail.TypeEnum[]ApiPaxAvail.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 ApiPaxAvail.TypeEnumModifier and TypeMethodDescriptionvoidApiPaxAvail.setType(ApiPaxAvail.TypeEnum type) ApiPaxAvail.type(ApiPaxAvail.TypeEnum type)