Uses of Class
travel.wink.sdk.affiliate.model.StaticSellerListWrapper
Packages that use StaticSellerListWrapper
-
Uses of StaticSellerListWrapper in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type StaticSellerListWrapperModifier and TypeMethodDescriptionreactor.core.publisher.Mono<StaticSellerListWrapper>InventoryGridsApi.createCuratedList(String companyIdentifier, CreateStaticSellerListAndAddItemRequest createStaticSellerListAndAddItemRequest) Create Curated List Create a new curated listreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapper>>InventoryGridsApi.createCuratedListWithHttpInfo(String companyIdentifier, CreateStaticSellerListAndAddItemRequest createStaticSellerListAndAddItemRequest) reactor.core.publisher.Flux<StaticSellerListWrapper>InventoryGridsApi.showCuratedLists(String companyIdentifier, Boolean withItems, String accept) Show Curated Lists Retrieve lists optionally with content.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<StaticSellerListWrapper>>>InventoryGridsApi.showCuratedListsWithHttpInfo(String companyIdentifier, Boolean withItems, String accept) reactor.core.publisher.Mono<StaticSellerListWrapper>InventoryGridsApi.updateCuratedList(String companyIdentifier, String listIdentifier, StaticSellerList staticSellerList) Update Curated List Update curated list by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapper>>InventoryGridsApi.updateCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, StaticSellerList staticSellerList) -
Uses of StaticSellerListWrapper in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return StaticSellerListWrapperModifier and TypeMethodDescriptionStaticSellerListWrapper._list(StaticSellerListView _list) StaticSellerListWrapper.addItemsItem(StaticSellerListItemView itemsItem) StaticSellerListWrapper.items(List<StaticSellerListItemView> items)