Uses of Class
travel.wink.sdk.affiliate.browse.model.StaticListItemAffiliate
Packages that use StaticListItemAffiliate
-
Uses of StaticListItemAffiliate in travel.wink.sdk.affiliate.browse.api
Methods in travel.wink.sdk.affiliate.browse.api that return types with arguments of type StaticListItemAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<StaticListItemAffiliate> CuratedListApi.addInventoryToCuratedList(String listIdentifier, AddStaticListItemRequestAffiliate addStaticListItemRequestAffiliate, String winkVersion) Add Inventory to List Add some travel inventoryto your existing curated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListItemAffiliate>> CuratedListApi.addInventoryToCuratedListWithHttpInfo(String listIdentifier, AddStaticListItemRequestAffiliate addStaticListItemRequestAffiliate, String winkVersion) Add Inventory to List Add some travel inventoryto your existing curated listreactor.core.publisher.Mono<StaticListItemAffiliate> CuratedListApi.addSupplierToCuratedList(String listIdentifier, AddStaticListSupplierRequestAffiliate addStaticListSupplierRequestAffiliate, 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<StaticListItemAffiliate>> CuratedListApi.addSupplierToCuratedListWithHttpInfo(String listIdentifier, AddStaticListSupplierRequestAffiliate addStaticListSupplierRequestAffiliate, String winkVersion) Add Supplier to List Adds a new list item for a supplier showing the best priced room..reactor.core.publisher.Mono<StaticListItemAffiliate> CuratedListApi.copyInventoryToCuratedList(String listIdentifier, String itemIdentifier, CopyMoveStaticListItemRequestAffiliate copyMoveStaticListItemRequestAffiliate, String winkVersion) Copy Item to List Copy an existing list item from one list to another.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListItemAffiliate>> CuratedListApi.copyInventoryToCuratedListWithHttpInfo(String listIdentifier, String itemIdentifier, CopyMoveStaticListItemRequestAffiliate copyMoveStaticListItemRequestAffiliate, String winkVersion) Copy Item to List Copy an existing list item from one list to another.reactor.core.publisher.Mono<StaticListItemAffiliate> CuratedListApi.moveInventoryToCuratedList(String listIdentifier, String itemIdentifier, CopyMoveStaticListItemRequestAffiliate copyMoveStaticListItemRequestAffiliate, String winkVersion) Move List Item Move an existing list item from one list to another.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticListItemAffiliate>> CuratedListApi.moveInventoryToCuratedListWithHttpInfo(String listIdentifier, String itemIdentifier, CopyMoveStaticListItemRequestAffiliate copyMoveStaticListItemRequestAffiliate, String winkVersion) Move List Item Move an existing list item from one list to another.reactor.core.publisher.Mono<StaticListItemAffiliate> 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<StaticListItemAffiliate>> 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<StaticListItemAffiliate> CuratedListApi.sortCuratedListItems(String listIdentifier, SortStaticListItemsRequestAffiliate sortStaticListItemsRequestAffiliate, String winkVersion) Re-Order List Items Re-order list items with an existing listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StaticListItemAffiliate>>> CuratedListApi.sortCuratedListItemsWithHttpInfo(String listIdentifier, SortStaticListItemsRequestAffiliate sortStaticListItemsRequestAffiliate, String winkVersion) Re-Order List Items Re-order list items with an existing list -
Uses of StaticListItemAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return StaticListItemAffiliateModifier and TypeMethodDescriptionStaticListItemAffiliate.createdDate(LocalDateTime createdDate) StaticListItemAffiliate.item(StaticListItemInventoryAffiliate item) StaticListItemAffiliate.lastUpdate(LocalDateTime lastUpdate) StaticListItemAffiliate.parent(StaticListLightweightAffiliate parent) StaticListItemAffiliate.status(StaticListItemAffiliate.StatusEnum status) Methods in travel.wink.sdk.affiliate.browse.model that return types with arguments of type StaticListItemAffiliateModifier and TypeMethodDescription@Valid List<@Valid StaticListItemAffiliate> StaticListWrapperAffiliate.getItems()Get itemsMethods in travel.wink.sdk.affiliate.browse.model with parameters of type StaticListItemAffiliateModifier and TypeMethodDescriptionStaticListWrapperAffiliate.addItemsItem(StaticListItemAffiliate itemsItem) Method parameters in travel.wink.sdk.affiliate.browse.model with type arguments of type StaticListItemAffiliateModifier and TypeMethodDescriptionStaticListWrapperAffiliate.items(List<@Valid StaticListItemAffiliate> items) voidStaticListWrapperAffiliate.setItems(List<@Valid StaticListItemAffiliate> items)