Uses of Class
travel.wink.sdk.affiliate.model.PageInventoryViewAffiliate
Packages that use PageInventoryViewAffiliate
-
Uses of PageInventoryViewAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type PageInventoryViewAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageInventoryViewAffiliate>DiscoverApi.showDynamicSellerInventory(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) Inventory Search Retrieves a paginated result set based on the search criteria of the caller.reactor.core.publisher.Mono<PageInventoryViewAffiliate>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<PageInventoryViewAffiliate>>DiscoverApi.showDynamicSellerInventoryByIdWithHttpInfo(String companyIdentifier, String dynamicListIdentifier, Integer page, Integer size, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventoryViewAffiliate>>DiscoverApi.showDynamicSellerInventoryWithHttpInfo(String companyIdentifier, DynamicSellerListRequestAffiliate dynamicSellerListRequestAffiliate, String winkVersion) -
Uses of PageInventoryViewAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return PageInventoryViewAffiliateModifier and TypeMethodDescriptionPageInventoryViewAffiliate.addContentItem(InventoryViewAffiliate contentItem) PageInventoryViewAffiliate.content(List<InventoryViewAffiliate> content) PageInventoryViewAffiliate.numberOfElements(Integer numberOfElements) PageInventoryViewAffiliate.pageable(PageableObjectAffiliate pageable) PageInventoryViewAffiliate.sort(SortAffiliate sort) PageInventoryViewAffiliate.totalElements(Long totalElements) PageInventoryViewAffiliate.totalPages(Integer totalPages)