Package tbdex.sdk.httpclient.models
Class GetExchangesFilter
-
- All Implemented Interfaces:
public final class GetExchangesFilterA filter object used to query exchanges.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>exchangeIds
-
Constructor Summary
Constructors Constructor Description GetExchangesFilter(List<String> exchangeIds)
-
Method Summary
Modifier and Type Method Description final List<String>getExchangeIds()The list of exchange IDs to filter by. -
-
Method Detail
-
getExchangeIds
final List<String> getExchangeIds()
The list of exchange IDs to filter by.
-
-
-
-