Uses of Class
travel.wink.sdk.affiliate.model.StaticSellerListItemViewAffiliate
Packages that use StaticSellerListItemViewAffiliate
-
Uses of StaticSellerListItemViewAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type StaticSellerListItemViewAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<StaticSellerListItemViewAffiliate>InventoryGridsApi.addInventoryToCuratedList(String companyIdentifier, String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) Add Item to List Add some travel inventory to your existing curated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListItemViewAffiliate>>InventoryGridsApi.addInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, AddStaticSellerListItemRequestAffiliate addStaticSellerListItemRequestAffiliate, String winkVersion) Add Item to List Add some travel inventory to your existing curated listreactor.core.publisher.Mono<StaticSellerListItemViewAffiliate>InventoryGridsApi.copyInventoryToCuratedList(String companyIdentifier, 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>>InventoryGridsApi.copyInventoryToCuratedListWithHttpInfo(String companyIdentifier, 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>InventoryGridsApi.moveInventoryToCuratedList(String companyIdentifier, 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>>InventoryGridsApi.moveInventoryToCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, String itemIdentifier, CopyMoveStaticSellerListItemRequestAffiliate copyMoveStaticSellerListItemRequestAffiliate, String winkVersion) Move List Item Move an existing list item from one list to another. -
Uses of StaticSellerListItemViewAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return StaticSellerListItemViewAffiliateModifier and TypeMethodDescriptionStaticSellerListItemViewAffiliate.staticSellerListItem(StaticSellerListItemAffiliate staticSellerListItem) Methods in travel.wink.sdk.affiliate.model that return types with arguments of type StaticSellerListItemViewAffiliateModifier and TypeMethodDescriptionStaticSellerListWrapperAffiliate.getItems()Travel inventory items contained in listMethods in travel.wink.sdk.affiliate.model with parameters of type StaticSellerListItemViewAffiliateModifier and TypeMethodDescriptionStaticSellerListWrapperAffiliate.addItemsItem(StaticSellerListItemViewAffiliate itemsItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type StaticSellerListItemViewAffiliateModifier and TypeMethodDescriptionStaticSellerListWrapperAffiliate.items(List<StaticSellerListItemViewAffiliate> items) voidStaticSellerListWrapperAffiliate.setItems(List<StaticSellerListItemViewAffiliate> items)