Package tbdex.sdk.httpserver.models
Class GetExchangesFilter
-
- All Implemented Interfaces:
-
tbdex.sdk.httpserver.models.Filter
public final class GetExchangesFilter implements Filter
Represents a filter for retrieving exchanges based on specific criteria.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>exchangeIdsprivate final Stringfrom
-
Constructor Summary
Constructors Constructor Description GetExchangesFilter(List<String> exchangeIds, String from)
-
Method Summary
Modifier and Type Method Description final List<String>getExchangeIds()The list of exchange IDs to filter by. final StringgetFrom()The source identifier for exchanges.
-