Uses of Class
travel.wink.sdk.affiliate.model.PageInventorySupplierAffiliate
Packages that use PageInventorySupplierAffiliate
-
Uses of PageInventorySupplierAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type PageInventorySupplierAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageInventorySupplierAffiliate>DiscoverApi.showDynamicSellerInventoryById(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) Inventory Search by List Retrieves a paginated result set based on the given list identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventorySupplierAffiliate>>DiscoverApi.showDynamicSellerInventoryByIdWithHttpInfo(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) Inventory Search by List Retrieves a paginated result set based on the given list identifier.reactor.core.publisher.Mono<PageInventorySupplierAffiliate>DiscoverApi.showSuppliersForDynamicSellerInventory(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) Inventory Supplier Search Retrieves a paginated result set of suppliers of inventory based on the search criteria of the caller.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventorySupplierAffiliate>>DiscoverApi.showSuppliersForDynamicSellerInventoryWithHttpInfo(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) Inventory Supplier Search Retrieves a paginated result set of suppliers of inventory based on the search criteria of the caller. -
Uses of PageInventorySupplierAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return PageInventorySupplierAffiliateModifier and TypeMethodDescriptionPageInventorySupplierAffiliate.addContentItem(InventorySupplierAffiliate contentItem) PageInventorySupplierAffiliate.content(List<InventorySupplierAffiliate> content) PageInventorySupplierAffiliate.numberOfElements(Integer numberOfElements) PageInventorySupplierAffiliate.pageable(PageableObjectAffiliate pageable) PageInventorySupplierAffiliate.sort(SortObjectAffiliate sort) PageInventorySupplierAffiliate.totalElements(Long totalElements) PageInventorySupplierAffiliate.totalPages(Integer totalPages)