Uses of Class
travel.wink.sdk.affiliate.model.KeyValuePairAffiliate
Packages that use KeyValuePairAffiliate
-
Uses of KeyValuePairAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type KeyValuePairAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Flux<KeyValuePairAffiliate> BookingsApi.showUniqueApplications(String companyIdentifier, String winkVersion) Show Booked Applications Show a list of unique applications that were responsible for creating bookings through this affiliate sales channel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> BookingsApi.showUniqueApplicationsWithHttpInfo(String companyIdentifier, String winkVersion) Show Booked Applications Show a list of unique applications that were responsible for creating bookings through this affiliate sales channel.reactor.core.publisher.Flux<KeyValuePairAffiliate> SupplierApi.showUniqueCityList(String companyIdentifier, String winkVersion) Show unique supplier cities Retrieve a list of unique cities where suppliers livereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> SupplierApi.showUniqueCityListWithHttpInfo(String companyIdentifier, String winkVersion) Show unique supplier cities Retrieve a list of unique cities where suppliers livereactor.core.publisher.Flux<KeyValuePairAffiliate> SupplierApi.showUniqueCountryList(String companyIdentifier, String winkVersion) Show unique supplier countries Retrieve a list of unique countries where suppliers livereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> SupplierApi.showUniqueCountryListWithHttpInfo(String companyIdentifier, String winkVersion) Show unique supplier countries Retrieve a list of unique countries where suppliers livereactor.core.publisher.Flux<KeyValuePairAffiliate> BookingsApi.showUniqueEngineConfigurations(String companyIdentifier, String winkVersion) Show Booked Customizations Show a list of unique customizations that were responsible for creating bookings through this affiliate sales channel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> BookingsApi.showUniqueEngineConfigurationsWithHttpInfo(String companyIdentifier, String winkVersion) Show Booked Customizations Show a list of unique customizations that were responsible for creating bookings through this affiliate sales channel.reactor.core.publisher.Flux<KeyValuePairAffiliate> BookingsApi.showUniqueHotels(String companyIdentifier, String winkVersion) Show Booked Hotels Show a list of unique hotels that were responsible for creating bookings through this affiliate sales channel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> BookingsApi.showUniqueHotelsWithHttpInfo(String companyIdentifier, String winkVersion) Show Booked Hotels Show a list of unique hotels that were responsible for creating bookings through this affiliate sales channel.reactor.core.publisher.Flux<KeyValuePairAffiliate> BookingsApi.showUniqueMasterRates(String companyIdentifier, String winkVersion) Show Booked Master Rates Show a list of unique master rates that created a booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> BookingsApi.showUniqueMasterRatesWithHttpInfo(String companyIdentifier, String winkVersion) Show Booked Master Rates Show a list of unique master rates that created a booking. -
Uses of KeyValuePairAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return KeyValuePairAffiliateModifier and TypeMethodDescriptionMethods in travel.wink.sdk.affiliate.model that return types with arguments of type KeyValuePairAffiliateModifier and TypeMethodDescription@Valid List<KeyValuePairAffiliate> SyndicationEntryAffiliate.getMetadata()Extended metadata@Valid List<KeyValuePairAffiliate> UpsertSyndicationEntryAffiliate.getMetadata()Extended metadata@Valid List<KeyValuePairAffiliate> SyndicationEntryAffiliate.getTags()Optional user categoriesMethods in travel.wink.sdk.affiliate.model with parameters of type KeyValuePairAffiliateModifier and TypeMethodDescriptionSyndicationEntryAffiliate.addMetadataItem(KeyValuePairAffiliate metadataItem) UpsertSyndicationEntryAffiliate.addMetadataItem(KeyValuePairAffiliate metadataItem) SyndicationEntryAffiliate.addTagsItem(KeyValuePairAffiliate tagsItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type KeyValuePairAffiliateModifier and TypeMethodDescriptionSyndicationEntryAffiliate.metadata(List<KeyValuePairAffiliate> metadata) UpsertSyndicationEntryAffiliate.metadata(List<KeyValuePairAffiliate> metadata) voidSyndicationEntryAffiliate.setMetadata(List<KeyValuePairAffiliate> metadata) voidUpsertSyndicationEntryAffiliate.setMetadata(List<KeyValuePairAffiliate> metadata) voidSyndicationEntryAffiliate.setTags(List<KeyValuePairAffiliate> tags) SyndicationEntryAffiliate.tags(List<KeyValuePairAffiliate> tags)