Uses of Class
travel.wink.sdk.affiliate.browse.model.UpsertDynamicListRequestAffiliate
Packages that use UpsertDynamicListRequestAffiliate
-
Uses of UpsertDynamicListRequestAffiliate in travel.wink.sdk.affiliate.browse.api
Methods in travel.wink.sdk.affiliate.browse.api with parameters of type UpsertDynamicListRequestAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<DynamicListAffiliate> DynamicListApi.createSavedSearch(UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, String winkVersion) Create Dynamic List Create a new dynamic saved search.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DynamicListAffiliate>> DynamicListApi.createSavedSearchWithHttpInfo(UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, String winkVersion) Create Dynamic List Create a new dynamic saved search.org.springframework.web.reactive.function.client.WebClient.ResponseSpecDynamicListApi.createSavedSearchWithResponseSpec(UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, String winkVersion) Create Dynamic List Create a new dynamic saved search.reactor.core.publisher.Mono<DynamicListAffiliate> DynamicListApi.updateSavedSearch(String listIdentifier, UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, String winkVersion) Update Dynamic List Update a existing saved search record by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DynamicListAffiliate>> DynamicListApi.updateSavedSearchWithHttpInfo(String listIdentifier, UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, String winkVersion) Update Dynamic List Update a existing saved search record by its unique identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecDynamicListApi.updateSavedSearchWithResponseSpec(String listIdentifier, UpsertDynamicListRequestAffiliate upsertDynamicListRequestAffiliate, String winkVersion) Update Dynamic List Update a existing saved search record by its unique identifier -
Uses of UpsertDynamicListRequestAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return UpsertDynamicListRequestAffiliateModifier and TypeMethodDescriptionUpsertDynamicListRequestAffiliate.addArchitecturalStylesItem(String architecturalStylesItem) UpsertDynamicListRequestAffiliate.addCitiesItem(Object citiesItem) UpsertDynamicListRequestAffiliate.addContinentsItem(Object continentsItem) UpsertDynamicListRequestAffiliate.addCountriesItem(Object countriesItem) UpsertDynamicListRequestAffiliate.addHotelCategoriesItem(String hotelCategoriesItem) UpsertDynamicListRequestAffiliate.addInventoryTypesItem(UpsertDynamicListRequestAffiliate.InventoryTypesEnum inventoryTypesItem) UpsertDynamicListRequestAffiliate.addLifestylesItem(UpsertDynamicListRequestAffiliate.LifestylesEnum lifestylesItem) UpsertDynamicListRequestAffiliate.addLocationCategoriesItem(String locationCategoriesItem) UpsertDynamicListRequestAffiliate.addSegmentCategoriesItem(String segmentCategoriesItem) UpsertDynamicListRequestAffiliate.aggregateReviewRating(Integer aggregateReviewRating) UpsertDynamicListRequestAffiliate.architecturalStyles(List<String> architecturalStyles) UpsertDynamicListRequestAffiliate.continents(List<Object> continents) UpsertDynamicListRequestAffiliate.hotelCategories(List<String> hotelCategories) UpsertDynamicListRequestAffiliate.hotelStars(Integer hotelStars) UpsertDynamicListRequestAffiliate.inventoryName(String inventoryName) UpsertDynamicListRequestAffiliate.inventoryTypes(List<UpsertDynamicListRequestAffiliate.InventoryTypesEnum> inventoryTypes) UpsertDynamicListRequestAffiliate.lifestyles(List<UpsertDynamicListRequestAffiliate.LifestylesEnum> lifestyles) UpsertDynamicListRequestAffiliate.locationCategories(List<String> locationCategories) UpsertDynamicListRequestAffiliate.nearPoint(GeoJsonPointAffiliate nearPoint) UpsertDynamicListRequestAffiliate.primaryOrderBy(String primaryOrderBy) UpsertDynamicListRequestAffiliate.propertyName(String propertyName) UpsertDynamicListRequestAffiliate.radiusInMeters(Long radiusInMeters) UpsertDynamicListRequestAffiliate.segmentCategories(List<String> segmentCategories) UpsertDynamicListRequestAffiliate.showChildFriendly(Boolean showChildFriendly) UpsertDynamicListRequestAffiliate.showDirectOnly(Boolean showDirectOnly) UpsertDynamicListRequestAffiliate.showEcoFriendly(Boolean showEcoFriendly) UpsertDynamicListRequestAffiliate.showPetFriendly(Boolean showPetFriendly) UpsertDynamicListRequestAffiliate.showPopular(Boolean showPopular)