Uses of Class
dev.vality.damsel.withdrawals.domain.IdentityDocument
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.domain |
-
Uses of IdentityDocument in dev.vality.damsel.withdrawals.domain
Fields in dev.vality.damsel.withdrawals.domain with type parameters of type IdentityDocument Modifier and Type Field Description List<IdentityDocument>Identity. documentsMethods in dev.vality.damsel.withdrawals.domain that return IdentityDocument Modifier and Type Method Description IdentityDocumentIdentityDocument. deepCopy()static IdentityDocumentIdentityDocument. rus_domestic_passport(RUSDomesticPassport value)Methods in dev.vality.damsel.withdrawals.domain that return types with arguments of type IdentityDocument Modifier and Type Method Description List<IdentityDocument>Identity. getDocuments()Iterator<IdentityDocument>Identity. getDocumentsIterator()Methods in dev.vality.damsel.withdrawals.domain with parameters of type IdentityDocument Modifier and Type Method Description voidIdentity. addToDocuments(IdentityDocument elem)intIdentityDocument. compareTo(IdentityDocument other)booleanIdentityDocument. equals(IdentityDocument other)Method parameters in dev.vality.damsel.withdrawals.domain with type arguments of type IdentityDocument Modifier and Type Method Description IdentityIdentity. setDocuments(List<IdentityDocument> documents)Constructors in dev.vality.damsel.withdrawals.domain with parameters of type IdentityDocument Constructor Description IdentityDocument(IdentityDocument other)