Uses of Class
dev.vality.damsel.domain.PartyContactInfo
Packages that use PartyContactInfo
-
Uses of PartyContactInfo in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PartyContactInfoMethods in dev.vality.damsel.domain that return PartyContactInfoModifier and TypeMethodDescriptionPartyContactInfo.deepCopy()Party.getContactInfo()PartyContactInfo.setManagerContactEmails(List<String> manager_contact_emails) PartyContactInfo.setRegistrationEmail(String registration_email) Methods in dev.vality.damsel.domain with parameters of type PartyContactInfoModifier and TypeMethodDescriptionintPartyContactInfo.compareTo(PartyContactInfo other) booleanPartyContactInfo.equals(PartyContactInfo that) Party.setContactInfo(PartyContactInfo contact_info) Constructors in dev.vality.damsel.domain with parameters of type PartyContactInfoModifierConstructorDescriptionParty(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 PartyContactInfoMethods in dev.vality.damsel.payment_processing that return PartyContactInfoModifier and TypeMethodDescriptionAdditionalInfoEffect.getContactInfo()PartyCreated.getContactInfo()PartyParams.getContactInfo()Methods in dev.vality.damsel.payment_processing with parameters of type PartyContactInfoModifier and TypeMethodDescriptionstatic AdditionalInfoEffectAdditionalInfoEffect.contact_info(PartyContactInfo value) voidAdditionalInfoEffect.setContactInfo(PartyContactInfo value) PartyCreated.setContactInfo(PartyContactInfo contact_info) PartyParams.setContactInfo(PartyContactInfo contact_info) Constructors in dev.vality.damsel.payment_processing with parameters of type PartyContactInfoModifierConstructorDescriptionPartyCreated(String id, PartyContactInfo contact_info, String created_at) PartyParams(PartyContactInfo contact_info)