Uses of Class
com.caplin.motif.fx.config.definitions.Account
-
Packages that use Account Package Description com.caplin.motif.fx.config.definitions -
-
Uses of Account in com.caplin.motif.fx.config.definitions
Methods in com.caplin.motif.fx.config.definitions that return Account Modifier and Type Method Description Account
Account. description(java.lang.String description)
Account
Account. id(java.lang.String id)
Methods in com.caplin.motif.fx.config.definitions that return types with arguments of type Account Modifier and Type Method Description @NotNull @Valid java.util.List<Account>
ToboConfig. getAccounts()
Get accountsMethods in com.caplin.motif.fx.config.definitions with parameters of type Account Modifier and Type Method Description ToboConfig
ToboConfig. addAccountsItem(Account accountsItem)
Method parameters in com.caplin.motif.fx.config.definitions with type arguments of type Account Modifier and Type Method Description ToboConfig
ToboConfig. accounts(java.util.List<Account> accounts)
void
ToboConfig. setAccounts(java.util.List<Account> accounts)
-