Uses of Class
travel.wink.sdk.inventory.model.AggregateSellerInventoryListRequestConsumer
Packages that use AggregateSellerInventoryListRequestConsumer
-
Uses of AggregateSellerInventoryListRequestConsumer in travel.wink.sdk.inventory.api
Methods in travel.wink.sdk.inventory.api with parameters of type AggregateSellerInventoryListRequestConsumerModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerInventoryListResponseConsumer>InventoryApi.oauth2ShowSellerInventoryList(AggregateSellerInventoryListRequestConsumer aggregateSellerInventoryListRequestConsumer, String engineConfigurationIdentifier, String winkVersion) Show Inventories Shows page of inventory itemsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListResponseConsumer>>InventoryApi.oauth2ShowSellerInventoryListWithHttpInfo(AggregateSellerInventoryListRequestConsumer aggregateSellerInventoryListRequestConsumer, String engineConfigurationIdentifier, String winkVersion) reactor.core.publisher.Mono<SellerInventoryRankedListResponseConsumer>InventoryApi.oauth2ShowSellerInventoryRankedList(AggregateSellerInventoryListRequestConsumer aggregateSellerInventoryListRequestConsumer, String engineConfigurationIdentifier, String winkVersion) Show Ranked Inventories Shows a paginated list of ranked inventory.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListResponseConsumer>>InventoryApi.oauth2ShowSellerInventoryRankedListWithHttpInfo(AggregateSellerInventoryListRequestConsumer aggregateSellerInventoryListRequestConsumer, String engineConfigurationIdentifier, String winkVersion) -
Uses of AggregateSellerInventoryListRequestConsumer in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return AggregateSellerInventoryListRequestConsumerModifier and TypeMethodDescriptionAggregateSellerInventoryListRequestConsumer.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) AggregateSellerInventoryListRequestConsumer.identifier(UUID identifier) AggregateSellerInventoryListRequestConsumer.userSession(UserSessionConsumer userSession)