Uses of Class
travel.wink.sdk.extranet.model.PageDisplayCompanyWithSalesMetricsSupplier
Packages that use PageDisplayCompanyWithSalesMetricsSupplier
-
Uses of PageDisplayCompanyWithSalesMetricsSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type PageDisplayCompanyWithSalesMetricsSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageDisplayCompanyWithSalesMetricsSupplier> AffiliateApi.browseAffiliates(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show affiliates Retrieve page of affiliates.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageDisplayCompanyWithSalesMetricsSupplier>> AffiliateApi.browseAffiliatesWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show affiliates Retrieve page of affiliates. -
Uses of PageDisplayCompanyWithSalesMetricsSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return PageDisplayCompanyWithSalesMetricsSupplierModifier and TypeMethodDescriptionPageDisplayCompanyWithSalesMetricsSupplier.addContentItem(DisplayCompanyWithSalesMetricsSupplier contentItem) PageDisplayCompanyWithSalesMetricsSupplier.content(List<DisplayCompanyWithSalesMetricsSupplier> content) PageDisplayCompanyWithSalesMetricsSupplier.numberOfElements(Integer numberOfElements) PageDisplayCompanyWithSalesMetricsSupplier.pageable(PageableObjectSupplier pageable) PageDisplayCompanyWithSalesMetricsSupplier.sort(SortObjectSupplier sort) PageDisplayCompanyWithSalesMetricsSupplier.totalElements(Long totalElements) PageDisplayCompanyWithSalesMetricsSupplier.totalPages(Integer totalPages)