Uses of Class
com.bluebell.greenhouse.platform.models.api.dto.exchange.ExchangeSearchRequest
Packages that use ExchangeSearchRequest
Package
Description
Contains controllers for handling
Exchanges.Contains the exchange orchestrator.
-
Uses of ExchangeSearchRequest in com.bluebell.greenhouse.planter.controllers.exchange
Methods in com.bluebell.greenhouse.planter.controllers.exchange with parameters of type ExchangeSearchRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PaginatedExchangeDTO> ExchangeApiController.getExchangesPaged(ExchangeSearchRequest searchRequest) Returns aResponseEntitycontaining paginated systemExchanges. -
Uses of ExchangeSearchRequest in com.bluebell.greenhouse.planter.orchestrators.exchange
Methods in com.bluebell.greenhouse.planter.orchestrators.exchange with parameters of type ExchangeSearchRequestModifier and TypeMethodDescriptionExchangeOrchestrator.getExchangesPaged(ExchangeSearchRequest searchRequest) Obtains a page ofExchanges matching the given search request.