Class AccountsFilter
- java.lang.Object
-
- cloud.metaapi.sdk.clients.meta_api.models.AccountsFilter
-
public class AccountsFilter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<MetatraderAccountDto.ConnectionStatus>connectionStatusConnection status ornullIntegerlimitSearch limit (must be greater or equal to 1 and less or equal to 1000) ornull(defaults to 1000)IntegeroffsetSearch offset (must be greater or equal to 0) ornull(defaults to 0)StringprovisioningProfileIdProvisioning profile id ornullStringqueryIf it is notnull, searches over _id, name, server and login to match queryList<MetatraderAccountDto.DeploymentState>stateAccount state ornullList<AccountType>typeAccount type ornullList<Version>versionMT version ornull
-
Constructor Summary
Constructors Constructor Description AccountsFilter()
-
-
-
Field Detail
-
offset
public Integer offset
Search offset (must be greater or equal to 0) ornull(defaults to 0)
-
limit
public Integer limit
Search limit (must be greater or equal to 1 and less or equal to 1000) ornull(defaults to 1000)
-
type
public List<AccountType> type
Account type ornull
-
state
public List<MetatraderAccountDto.DeploymentState> state
Account state ornull
-
connectionStatus
public List<MetatraderAccountDto.ConnectionStatus> connectionStatus
Connection status ornull
-
query
public String query
If it is notnull, searches over _id, name, server and login to match query
-
provisioningProfileId
public String provisioningProfileId
Provisioning profile id ornull
-
-