Uses of Class
travel.wink.sdk.booking.engine.model.AggregateSellerInventoryListRequest
Packages that use AggregateSellerInventoryListRequest
-
Uses of AggregateSellerInventoryListRequest in travel.wink.sdk.booking.engine.api
Methods in travel.wink.sdk.booking.engine.api with parameters of type AggregateSellerInventoryListRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerInventoryListResponse>InventoryApi.oauth2ShowSellerInventoryList(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) Show Inventories Shows page of inventory itemsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListResponse>>InventoryApi.oauth2ShowSellerInventoryListWithHttpInfo(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryRankedListResponse>InventoryApi.oauth2ShowSellerInventoryRankedList(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) Show Ranked Inventories Shows a paginated list of ranked inventory.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListResponse>>InventoryApi.oauth2ShowSellerInventoryRankedListWithHttpInfo(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) -
Uses of AggregateSellerInventoryListRequest in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return AggregateSellerInventoryListRequestModifier and TypeMethodDescriptionAggregateSellerInventoryListRequest.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) AggregateSellerInventoryListRequest.identifier(UUID identifier) AggregateSellerInventoryListRequest.userSession(UserSession userSession)