Uses of Class
dev.vality.damsel.domain.ExternalAccountSetRef
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ExternalAccountSetRef in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ExternalAccountSetRef Modifier and Type Field Description ExternalAccountSetRefExternalAccountSetObject. refMethods in dev.vality.damsel.domain that return ExternalAccountSetRef Modifier and Type Method Description ExternalAccountSetRefExternalAccountSetRef. deepCopy()ExternalAccountSetRefReference. getExternalAccountSet()ExternalAccountSetRefExternalAccountSetObject. getRef()ExternalAccountSetRefExternalAccountSetSelector. getValue()ExternalAccountSetRefExternalAccountSetRef. setId(int id)Methods in dev.vality.damsel.domain with parameters of type ExternalAccountSetRef Modifier and Type Method Description intExternalAccountSetRef. compareTo(ExternalAccountSetRef other)booleanExternalAccountSetRef. equals(ExternalAccountSetRef that)static ReferenceReference. external_account_set(ExternalAccountSetRef value)voidReference. setExternalAccountSet(ExternalAccountSetRef value)ExternalAccountSetObjectExternalAccountSetObject. setRef(ExternalAccountSetRef ref)voidExternalAccountSetSelector. setValue(ExternalAccountSetRef value)static ExternalAccountSetSelectorExternalAccountSetSelector. value(ExternalAccountSetRef value)Constructors in dev.vality.damsel.domain with parameters of type ExternalAccountSetRef Constructor Description ExternalAccountSetObject(ExternalAccountSetRef ref, ExternalAccountSet data)ExternalAccountSetRef(ExternalAccountSetRef other)Performs a deep copy on other.