Uses of Class
travel.wink.sdk.booking.model.AncillaryRequestAgent
Packages that use AncillaryRequestAgent
-
Uses of AncillaryRequestAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return AncillaryRequestAgentModifier and TypeMethodDescriptionAncillaryRequestAgent.channelInventoryIdentifier(UUID channelInventoryIdentifier) AncillaryRequestAgent.endDate(LocalDateTime endDate) AncillaryRequestAgent.startDate(LocalDateTime startDate) AncillaryRequestAgent.transactionalTravelInventoryIdentifier(UUID transactionalTravelInventoryIdentifier) AncillaryRequestAgent.type(AncillaryRequestAgent.TypeEnum type) AncillaryRequestAgent.typeIdentifier(UUID typeIdentifier) Methods in travel.wink.sdk.booking.model that return types with arguments of type AncillaryRequestAgentModifier and TypeMethodDescription@Valid List<AncillaryRequestAgent>AgentBookingRequestAgent.getAncillaries()Get ancillariesMethods in travel.wink.sdk.booking.model with parameters of type AncillaryRequestAgentModifier and TypeMethodDescriptionAgentBookingRequestAgent.addAncillariesItem(AncillaryRequestAgent ancillariesItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type AncillaryRequestAgentModifier and TypeMethodDescriptionAgentBookingRequestAgent.ancillaries(List<AncillaryRequestAgent> ancillaries) voidAgentBookingRequestAgent.setAncillaries(List<AncillaryRequestAgent> ancillaries)