Uses of Class
travel.wink.affiliate.model.StaticSellerListItemView
Packages that use StaticSellerListItemView
-
Uses of StaticSellerListItemView in travel.wink.affiliate.api
Methods in travel.wink.affiliate.api that return types with arguments of type StaticSellerListItemViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<StaticSellerListItemView>InventoryGridsApi.addInventoryToCuratedList(String companyIdentifier, String listIdentifier, AddStaticSellerListItemRequest addStaticSellerListItemRequest) Add Item to List Add some travel inventory to your existing curated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemView>>InventoryGridsApi.addInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, AddStaticSellerListItemRequest addStaticSellerListItemRequest) reactor.core.publisher.Mono<StaticSellerListItemView>InventoryGridsApi.copyInventoryToCuratedList(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequest copyMoveStaticSellerListItemRequest) Copy Item to List Copy an existing list item from one list to another.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemView>>InventoryGridsApi.copyInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequest copyMoveStaticSellerListItemRequest) reactor.core.publisher.Mono<StaticSellerListItemView>InventoryGridsApi.moveInventoryToCuratedList(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequest copyMoveStaticSellerListItemRequest) Move List Item Move an existing list item from one list to another.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemView>>InventoryGridsApi.moveInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequest copyMoveStaticSellerListItemRequest) -
Uses of StaticSellerListItemView in travel.wink.affiliate.model
Methods in travel.wink.affiliate.model that return StaticSellerListItemViewModifier and TypeMethodDescriptionStaticSellerListItemView.staticSellerListItem(StaticSellerListItem staticSellerListItem) Methods in travel.wink.affiliate.model that return types with arguments of type StaticSellerListItemViewModifier and TypeMethodDescription@Valid List<StaticSellerListItemView>StaticSellerListWrapper.getItems()Travel inventory items contained in listMethods in travel.wink.affiliate.model with parameters of type StaticSellerListItemViewModifier and TypeMethodDescriptionStaticSellerListWrapper.addItemsItem(StaticSellerListItemView itemsItem) Method parameters in travel.wink.affiliate.model with type arguments of type StaticSellerListItemViewModifier and TypeMethodDescriptionStaticSellerListWrapper.items(List<StaticSellerListItemView> items) voidStaticSellerListWrapper.setItems(List<StaticSellerListItemView> items)