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