Uses of Enum Class
travel.wink.sdk.booking.model.BedroomBooker.TypeEnum
Packages that use BedroomBooker.TypeEnum
-
Uses of BedroomBooker.TypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BedroomBooker.TypeEnumModifier and TypeMethodDescriptionstatic BedroomBooker.TypeEnum@NotNull BedroomBooker.TypeEnumBedroomBooker.getType()Type of bedroomstatic BedroomBooker.TypeEnumReturns the enum constant of this class with the specified name.static BedroomBooker.TypeEnum[]BedroomBooker.TypeEnum.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 BedroomBooker.TypeEnumModifier and TypeMethodDescriptionvoidBedroomBooker.setType(BedroomBooker.TypeEnum type) BedroomBooker.type(BedroomBooker.TypeEnum type)