Uses of Class
travel.wink.sdk.affiliate.browse.model.PageInventoryViewAffiliate
Packages that use PageInventoryViewAffiliate
-
Uses of PageInventoryViewAffiliate in travel.wink.sdk.affiliate.browse.api
Methods in travel.wink.sdk.affiliate.browse.api that return types with arguments of type PageInventoryViewAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageInventoryViewAffiliate> 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<PageInventoryViewAffiliate> 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<PageInventoryViewAffiliate>> 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<PageInventoryViewAffiliate>> BrowseApi.showDynamicSellerInventoryWithHttpInfo(DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) Inventory Search Retrieves a paginated result set of inventorybased on the search criteria of the caller. -
Uses of PageInventoryViewAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return PageInventoryViewAffiliateModifier and TypeMethodDescriptionPageInventoryViewAffiliate.addContentItem(InventoryViewAffiliate contentItem) PageInventoryViewAffiliate.addSortItem(SortObject sortItem) PageInventoryViewAffiliate.content(List<InventoryViewAffiliate> content) PageInventoryViewAffiliate.numberOfElements(Integer numberOfElements) PageInventoryViewAffiliate.pageable(PageableObjectAffiliate pageable) PageInventoryViewAffiliate.sort(List<SortObject> sort) PageInventoryViewAffiliate.totalElements(Long totalElements) PageInventoryViewAffiliate.totalPages(Integer totalPages)