Uses of Class
travel.wink.sdk.affiliate.browse.model.PageInventorySupplierAggregateLightweightAffiliate
Packages that use PageInventorySupplierAggregateLightweightAffiliate
-
Uses of PageInventorySupplierAggregateLightweightAffiliate in travel.wink.sdk.affiliate.browse.api
Methods in travel.wink.sdk.affiliate.browse.api that return types with arguments of type PageInventorySupplierAggregateLightweightAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageInventorySupplierAggregateLightweightAffiliate> BrowseApi.showDynamicSellerInventoryById(String dynamicListIdentifier, Integer page, Integer size, String displayCurrency, String winkVersion, String accept) Supplier Search by Saved Search Retrieves a paginated result set based on the given list identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventorySupplierAggregateLightweightAffiliate>> BrowseApi.showDynamicSellerInventoryByIdWithHttpInfo(String dynamicListIdentifier, Integer page, Integer size, String displayCurrency, String winkVersion, String accept) Supplier Search by Saved Search Retrieves a paginated result set based on the given list identifier.reactor.core.publisher.Mono<PageInventorySupplierAggregateLightweightAffiliate> BrowseApi.showSuppliersForDynamicSellerInventory(DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) Supplier Search Retrieves a paginated result set of suppliers of inventorybased on the search criteria of the caller.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventorySupplierAggregateLightweightAffiliate>> BrowseApi.showSuppliersForDynamicSellerInventoryWithHttpInfo(DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) Supplier Search Retrieves a paginated result set of suppliers of inventorybased on the search criteria of the caller. -
Uses of PageInventorySupplierAggregateLightweightAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return PageInventorySupplierAggregateLightweightAffiliateModifier and TypeMethodDescriptionPageInventorySupplierAggregateLightweightAffiliate.addContentItem(InventorySupplierAggregateLightweightAffiliate contentItem) PageInventorySupplierAggregateLightweightAffiliate.content(List<@Valid InventorySupplierAggregateLightweightAffiliate> content) PageInventorySupplierAggregateLightweightAffiliate.numberOfElements(Integer numberOfElements) PageInventorySupplierAggregateLightweightAffiliate.pageable(PageableObjectAffiliate pageable) PageInventorySupplierAggregateLightweightAffiliate.sort(SortObjectAffiliate sort) PageInventorySupplierAggregateLightweightAffiliate.totalElements(Long totalElements) PageInventorySupplierAggregateLightweightAffiliate.totalPages(Integer totalPages)