public class AccountsFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
List<MetatraderAccountDto.ConnectionStatus> |
connectionStatus
Connection status or
null |
Integer |
limit
Search limit (must be greater or equal to 1 and less or equal to 1000) or
null (defaults to 1000) |
Integer |
offset
Search offset (must be greater or equal to 0) or
null (defaults to 0) |
String |
provisioningProfileId
Provisioning profile id or
null |
String |
query
If it is not
null, searches over _id, name, server and login to match query |
List<MetatraderAccountDto.DeploymentState> |
state
Account state or
null |
List<AccountType> |
type
Account type or
null |
List<Version> |
version
MT version or
null |
| Constructor and Description |
|---|
AccountsFilter() |
public Integer offset
null (defaults to 0)public Integer limit
null (defaults to 1000)public List<AccountType> type
nullpublic List<MetatraderAccountDto.DeploymentState> state
nullpublic List<MetatraderAccountDto.ConnectionStatus> connectionStatus
nullpublic String query
null, searches over _id, name, server and login to match querypublic String provisioningProfileId
nullCopyright © 2022. All rights reserved.