Uses of Class
dev.vality.damsel.domain.SystemAccountSetSelector
Packages that use SystemAccountSetSelector
-
Uses of SystemAccountSetSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as SystemAccountSetSelectorModifier and TypeFieldDescriptionPaymentInstitution.system_account_setSystemAccountSetDecision.then_PaymentInstitution.wallet_system_account_setMethods in dev.vality.damsel.domain that return SystemAccountSetSelectorModifier and TypeMethodDescriptionstatic SystemAccountSetSelectorSystemAccountSetSelector.decisions(List<SystemAccountSetDecision> value) SystemAccountSetSelector.deepCopy()PaymentInstitution.getSystemAccountSet()SystemAccountSetDecision.getThen()PaymentInstitution.getWalletSystemAccountSet()static SystemAccountSetSelectorSystemAccountSetSelector.value(SystemAccountSetRef value) Methods in dev.vality.damsel.domain with parameters of type SystemAccountSetSelectorModifier and TypeMethodDescriptionintSystemAccountSetSelector.compareTo(SystemAccountSetSelector other) booleanSystemAccountSetSelector.equals(SystemAccountSetSelector other) PaymentInstitution.setSystemAccountSet(SystemAccountSetSelector system_account_set) SystemAccountSetDecision.setThen(SystemAccountSetSelector then_) PaymentInstitution.setWalletSystemAccountSet(SystemAccountSetSelector wallet_system_account_set) Constructors in dev.vality.damsel.domain with parameters of type SystemAccountSetSelectorModifierConstructorDescriptionPaymentInstitution(String name, SystemAccountSetSelector system_account_set, ContractTemplateSelector default_contract_template, InspectorSelector inspector, PaymentInstitutionRealm realm, Set<CountryCode> residences)