Uses of Class
dev.vality.damsel.domain.PartyContactInfo
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of PartyContactInfo in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PartyContactInfo Modifier and Type Field Description PartyContactInfoParty. contact_infoMethods in dev.vality.damsel.domain that return PartyContactInfo Modifier and Type Method Description PartyContactInfoPartyContactInfo. deepCopy()PartyContactInfoParty. getContactInfo()PartyContactInfoPartyContactInfo. setEmail(String email)Methods in dev.vality.damsel.domain with parameters of type PartyContactInfo Modifier and Type Method Description intPartyContactInfo. compareTo(PartyContactInfo other)booleanPartyContactInfo. equals(PartyContactInfo that)PartyParty. setContactInfo(PartyContactInfo contact_info)Constructors in dev.vality.damsel.domain with parameters of type PartyContactInfo Constructor Description Party(String id, PartyContactInfo contact_info, String created_at, Blocking blocking, Suspension suspension, Map<String,PartyContractor> contractors, Map<String,Contract> contracts, Map<String,Shop> shops, Map<String,Wallet> wallets, long revision)PartyContactInfo(PartyContactInfo other)Performs a deep copy on other. -
Uses of PartyContactInfo in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PartyContactInfo Modifier and Type Field Description PartyContactInfoPartyCreated. contact_infoPartyContactInfoPartyParams. contact_infoMethods in dev.vality.damsel.payment_processing that return PartyContactInfo Modifier and Type Method Description PartyContactInfoPartyCreated. getContactInfo()PartyContactInfoPartyParams. getContactInfo()Methods in dev.vality.damsel.payment_processing with parameters of type PartyContactInfo Modifier and Type Method Description PartyCreatedPartyCreated. setContactInfo(PartyContactInfo contact_info)PartyParamsPartyParams. setContactInfo(PartyContactInfo contact_info)Constructors in dev.vality.damsel.payment_processing with parameters of type PartyContactInfo Constructor Description PartyCreated(String id, PartyContactInfo contact_info, String created_at)PartyParams(PartyContactInfo contact_info)