Uses of Class
travel.wink.sdk.affiliate.browse.model.StaticSellerListItemViewAffiliate
Packages that use StaticSellerListItemViewAffiliate
-
Uses of StaticSellerListItemViewAffiliate in travel.wink.sdk.affiliate.browse.api
Methods in travel.wink.sdk.affiliate.browse.api that return types with arguments of type StaticSellerListItemViewAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> CuratedListApi.addInventoryToCuratedList(String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) Add Inventory to List Add some travel inventoryto your existing curated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> CuratedListApi.addInventoryToCuratedListWithHttpInfo(String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) Add Inventory to List Add some travel inventoryto your existing curated listreactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> CuratedListApi.addSupplierToCuratedList(String listIdentifier, AddStaticSellerListSupplierRequestAffiliate addStaticSellerListSupplierRequestAffiliate, String winkVersion) Add Supplier to List Adds a new list item for a supplier showing the best priced room..reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> CuratedListApi.addSupplierToCuratedListWithHttpInfo(String listIdentifier, AddStaticSellerListSupplierRequestAffiliate addStaticSellerListSupplierRequestAffiliate, String winkVersion) Add Supplier to List Adds a new list item for a supplier showing the best priced room..reactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> CuratedListApi.copyInventoryToCuratedList(String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) Copy Item to List Copy an existing list item from one list to another.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> CuratedListApi.copyInventoryToCuratedListWithHttpInfo(String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) Copy Item to List Copy an existing list item from one list to another.reactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> CuratedListApi.moveInventoryToCuratedList(String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) Move List Item Move an existing list item from one list to another.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> CuratedListApi.moveInventoryToCuratedListWithHttpInfo(String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) Move List Item Move an existing list item from one list to another.reactor.core.publisher.Mono<StaticSellerListItemViewAffiliate> CuratedListApi.removeInventoryFromCuratedList(String listIdentifier, String itemIdentifier, String winkVersion, String accept) Delete List Item Delete a list item from a curated list by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>> CuratedListApi.removeInventoryFromCuratedListWithHttpInfo(String listIdentifier, String itemIdentifier, String winkVersion, String accept) Delete List Item Delete a list item from a curated list by its unique identifierreactor.core.publisher.Flux<StaticSellerListItemViewAffiliate> CuratedListApi.sortCuratedListItems(String listIdentifier, SortStaticSellerListItemsRequestAffiliate sortStaticSellerListItemsRequestAffiliate, String winkVersion) Re-Order List Items Re-order list items with an existing listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StaticSellerListItemViewAffiliate>>> CuratedListApi.sortCuratedListItemsWithHttpInfo(String listIdentifier, SortStaticSellerListItemsRequestAffiliate sortStaticSellerListItemsRequestAffiliate, String winkVersion) Re-Order List Items Re-order list items with an existing list -
Uses of StaticSellerListItemViewAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return StaticSellerListItemViewAffiliateModifier and TypeMethodDescriptionStaticSellerListItemViewAffiliate.createdDate(LocalDateTime createdDate) StaticSellerListItemViewAffiliate.lastUpdate(LocalDateTime lastUpdate) StaticSellerListItemViewAffiliate.staticSellerListItem(StaticSellerListItemAffiliate staticSellerListItem) Methods in travel.wink.sdk.affiliate.browse.model that return types with arguments of type StaticSellerListItemViewAffiliateModifier and TypeMethodDescriptionStaticSellerListWrapperAffiliate.getItems()Travel blocking items contained in listMethods in travel.wink.sdk.affiliate.browse.model with parameters of type StaticSellerListItemViewAffiliateModifier and TypeMethodDescriptionStaticSellerListWrapperAffiliate.addItemsItem(StaticSellerListItemViewAffiliate itemsItem) Method parameters in travel.wink.sdk.affiliate.browse.model with type arguments of type StaticSellerListItemViewAffiliateModifier and TypeMethodDescriptionStaticSellerListWrapperAffiliate.items(List<StaticSellerListItemViewAffiliate> items) voidStaticSellerListWrapperAffiliate.setItems(List<StaticSellerListItemViewAffiliate> items)