Uses of Class
travel.wink.sdk.affiliate.browse.model.PageInventoryAggregateLightweightAffiliate
Packages that use PageInventoryAggregateLightweightAffiliate
-
Uses of PageInventoryAggregateLightweightAffiliate in travel.wink.sdk.affiliate.browse.api
Methods in travel.wink.sdk.affiliate.browse.api that return types with arguments of type PageInventoryAggregateLightweightAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageInventoryAggregateLightweightAffiliate> BrowseApi.showDynamicSellerInventory(DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) Inventory Search Retrieves a paginated result set of inventorybased on the search criteria of the caller.reactor.core.publisher.Mono<PageInventoryAggregateLightweightAffiliate> BrowseApi.showDynamicSellerInventoryById_0(String dynamicListIdentifier, Integer page, Integer size, String displayCurrency, String winkVersion, String accept) Inventory Search by Saved Search Retrieves a paginated result set based on the given saved search ID.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventoryAggregateLightweightAffiliate>> BrowseApi.showDynamicSellerInventoryById_0WithHttpInfo(String dynamicListIdentifier, Integer page, Integer size, String displayCurrency, String winkVersion, String accept) Inventory Search by Saved Search Retrieves a paginated result set based on the given saved search ID.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventoryAggregateLightweightAffiliate>> BrowseApi.showDynamicSellerInventoryWithHttpInfo(DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) Inventory Search Retrieves a paginated result set of inventorybased on the search criteria of the caller. -
Uses of PageInventoryAggregateLightweightAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return PageInventoryAggregateLightweightAffiliateModifier and TypeMethodDescriptionPageInventoryAggregateLightweightAffiliate.addContentItem(InventoryAggregateLightweightAffiliate contentItem) PageInventoryAggregateLightweightAffiliate.content(List<@Valid InventoryAggregateLightweightAffiliate> content) PageInventoryAggregateLightweightAffiliate.numberOfElements(Integer numberOfElements) PageInventoryAggregateLightweightAffiliate.pageable(PageableObjectAffiliate pageable) PageInventoryAggregateLightweightAffiliate.sort(SortObjectAffiliate sort) PageInventoryAggregateLightweightAffiliate.totalElements(Long totalElements) PageInventoryAggregateLightweightAffiliate.totalPages(Integer totalPages)