Uses of Class
dev.vality.damsel.domain.ProviderAccount
Packages that use ProviderAccount
-
Uses of ProviderAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type ProviderAccountMethods in dev.vality.damsel.domain that return ProviderAccountModifier and TypeMethodDescriptionProviderAccount.deepCopy()ProviderAccount.setSettlement(long settlement) Methods in dev.vality.damsel.domain that return types with arguments of type ProviderAccountMethods in dev.vality.damsel.domain with parameters of type ProviderAccountModifier and TypeMethodDescriptionintProviderAccount.compareTo(ProviderAccount other) booleanProviderAccount.equals(ProviderAccount that) voidProvider.putToAccounts(CurrencyRef key, ProviderAccount val) Method parameters in dev.vality.damsel.domain with type arguments of type ProviderAccountModifier and TypeMethodDescriptionProvider.setAccounts(Map<CurrencyRef, ProviderAccount> accounts) Constructors in dev.vality.damsel.domain with parameters of type ProviderAccountModifierConstructorDescriptionProviderAccount(ProviderAccount other) Performs a deep copy on other.