Uses of Class
app.keyconnect.rippled.api.client.model.AccountInfoRequestParam
| Package | Description |
|---|---|
| app.keyconnect.rippled.api.client.model |
-
Uses of AccountInfoRequestParam in app.keyconnect.rippled.api.client.model
Methods in app.keyconnect.rippled.api.client.model that return AccountInfoRequestParam Modifier and Type Method Description AccountInfoRequestParamAccountInfoRequestParam. account(java.lang.String account)AccountInfoRequestParamAccountInfoRequestParam. ledgerIndex(java.lang.String ledgerIndex)AccountInfoRequestParamAccountInfoRequestParam. queue(java.lang.Boolean queue)AccountInfoRequestParamAccountInfoRequestParam. strict(java.lang.Boolean strict)Methods in app.keyconnect.rippled.api.client.model that return types with arguments of type AccountInfoRequestParam Modifier and Type Method Description java.util.List<AccountInfoRequestParam>AccountInfoRequest. getParams()Get paramsMethods in app.keyconnect.rippled.api.client.model with parameters of type AccountInfoRequestParam Modifier and Type Method Description AccountInfoRequestAccountInfoRequest. addParamsItem(AccountInfoRequestParam paramsItem)Method parameters in app.keyconnect.rippled.api.client.model with type arguments of type AccountInfoRequestParam Modifier and Type Method Description AccountInfoRequestAccountInfoRequest. params(java.util.List<AccountInfoRequestParam> params)voidAccountInfoRequest. setParams(java.util.List<AccountInfoRequestParam> params)