Uses of Class
dev.vality.damsel.domain.SystemAccountSetSelector
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of SystemAccountSetSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as SystemAccountSetSelector Modifier and Type Field Description SystemAccountSetSelectorPaymentInstitution. system_account_setSystemAccountSetSelectorSystemAccountSetDecision. then_SystemAccountSetSelectorPaymentInstitution. wallet_system_account_setMethods in dev.vality.damsel.domain that return SystemAccountSetSelector Modifier and Type Method Description static SystemAccountSetSelectorSystemAccountSetSelector. decisions(List<SystemAccountSetDecision> value)SystemAccountSetSelectorSystemAccountSetSelector. deepCopy()SystemAccountSetSelectorPaymentInstitution. getSystemAccountSet()SystemAccountSetSelectorSystemAccountSetDecision. getThen()SystemAccountSetSelectorPaymentInstitution. getWalletSystemAccountSet()static SystemAccountSetSelectorSystemAccountSetSelector. value(SystemAccountSetRef value)Methods in dev.vality.damsel.domain with parameters of type SystemAccountSetSelector Modifier and Type Method Description intSystemAccountSetSelector. compareTo(SystemAccountSetSelector other)booleanSystemAccountSetSelector. equals(SystemAccountSetSelector other)PaymentInstitutionPaymentInstitution. setSystemAccountSet(SystemAccountSetSelector system_account_set)SystemAccountSetDecisionSystemAccountSetDecision. setThen(SystemAccountSetSelector then_)PaymentInstitutionPaymentInstitution. setWalletSystemAccountSet(SystemAccountSetSelector wallet_system_account_set)Constructors in dev.vality.damsel.domain with parameters of type SystemAccountSetSelector Constructor Description PaymentInstitution(String name, SystemAccountSetSelector system_account_set, ContractTemplateSelector default_contract_template, InspectorSelector inspector, PaymentInstitutionRealm realm, Set<CountryCode> residences)SystemAccountSetDecision(Predicate if_, SystemAccountSetSelector then_)SystemAccountSetSelector(SystemAccountSetSelector other)