Uses of Enum Class
travel.wink.sdk.travel.agent.model.BookingAgent.CreationEnum
Packages that use BookingAgent.CreationEnum
-
Uses of BookingAgent.CreationEnum in travel.wink.sdk.travel.agent.model
Subclasses with type arguments of type BookingAgent.CreationEnum in travel.wink.sdk.travel.agent.modelModifier and TypeClassDescriptionstatic enumCommunicates whether the booking was created normally or if it failed or was just for testing.Methods in travel.wink.sdk.travel.agent.model that return BookingAgent.CreationEnumModifier and TypeMethodDescriptionstatic BookingAgent.CreationEnumBookingAgent.getCreation()Communicates whether the booking was created normally or if it failed or was just for testing.static BookingAgent.CreationEnumReturns the enum constant of this class with the specified name.static BookingAgent.CreationEnum[]BookingAgent.CreationEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.travel.agent.model with parameters of type BookingAgent.CreationEnumModifier and TypeMethodDescriptionBookingAgent.creation(BookingAgent.CreationEnum creation) voidBookingAgent.setCreation(BookingAgent.CreationEnum creation)