Uses of Class
com.floragunn.signals.accounts.Account
-
Packages that use Account Package Description com.floragunn.signals.accounts com.floragunn.signals.watch.action.handlers.email com.floragunn.signals.watch.action.handlers.slack com.floragunn.signals.watch.init -
-
Uses of Account in com.floragunn.signals.accounts
Classes in com.floragunn.signals.accounts with type parameters of type Account Modifier and Type Class Description static classAccount.Factory<A extends Account>Methods in com.floragunn.signals.accounts with type parameters of type Account Modifier and Type Method Description <A extends Account>
Account.Factory<A>Account.FactoryRegistry. get(Class<A> implClass)<T extends Account>
TAccountRegistry. lookupAccount(String id, Class<T> accountClass)Methods in com.floragunn.signals.accounts that return Account Modifier and Type Method Description static AccountAccount. create(String accountType, String id, com.fasterxml.jackson.databind.JsonNode jsonNode)AccountAccountRegistry. lookupAccount(String id, String accountType)static AccountAccount. parse(String accountType, String id, String string) -
Uses of Account in com.floragunn.signals.watch.action.handlers.email
Subclasses of Account in com.floragunn.signals.watch.action.handlers.email Modifier and Type Class Description classEmailAccount -
Uses of Account in com.floragunn.signals.watch.action.handlers.slack
Subclasses of Account in com.floragunn.signals.watch.action.handlers.slack Modifier and Type Class Description classSlackAccount -
Uses of Account in com.floragunn.signals.watch.init
Methods in com.floragunn.signals.watch.init with type parameters of type Account Modifier and Type Method Description <T extends Account>
booleanWatchInitializationService. verifyAccount(String id, Class<T> accountType, com.floragunn.searchsupport.jobs.config.validation.ValidationErrors validationErrors, com.fasterxml.jackson.databind.node.ObjectNode jsonObject)
-