Uses of Class
travel.wink.sdk.affiliate.browse.model.CountryAffiliate
Packages that use CountryAffiliate
-
Uses of CountryAffiliate in travel.wink.sdk.affiliate.browse.api
Methods in travel.wink.sdk.affiliate.browse.api that return types with arguments of type CountryAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Flux<CountryAffiliate> BrowseApi.showCountriesForInventory(String companyIdentifier, String winkVersion, String accept) Show Inventory Countries Retrieve list of countries affiliate has access to.reactor.core.publisher.Flux<CountryAffiliate> BrowseApi.showCountriesForInventorySupplier(String companyIdentifier, String winkVersion, String accept) Show Supplier Countries Retrieve list of countries affiliate has access to.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CountryAffiliate>>> BrowseApi.showCountriesForInventorySupplierWithHttpInfo(String companyIdentifier, String winkVersion, String accept) Show Supplier Countries Retrieve list of countries affiliate has access to.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CountryAffiliate>>> BrowseApi.showCountriesForInventoryWithHttpInfo(String companyIdentifier, String winkVersion, String accept) Show Inventory Countries Retrieve list of countries affiliate has access to. -
Uses of CountryAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return CountryAffiliateModifier and TypeMethodDescriptionCountryAffiliate.currencyCode(String currencyCode) CountryAffiliate.currencyName(String currencyName) @Valid CountryAffiliateGeoNameAffiliate.getCountry()Get countryMethods in travel.wink.sdk.affiliate.browse.model with parameters of type CountryAffiliateModifier and TypeMethodDescriptionGeoNameAffiliate.country(CountryAffiliate country) voidGeoNameAffiliate.setCountry(CountryAffiliate country)