Uses of Class
dev.vality.fistful.base.ContactInfo
| Package | Description |
|---|---|
| dev.vality.fistful.base | |
| dev.vality.fistful.p2p_transfer |
-
Uses of ContactInfo in dev.vality.fistful.base
Methods in dev.vality.fistful.base that return ContactInfo Modifier and Type Method Description ContactInfoContactInfo. deepCopy()ContactInfoContactInfo. setEmail(String email)ContactInfoContactInfo. setPhoneNumber(String phone_number)Methods in dev.vality.fistful.base with parameters of type ContactInfo Modifier and Type Method Description intContactInfo. compareTo(ContactInfo other)booleanContactInfo. equals(ContactInfo that)Constructors in dev.vality.fistful.base with parameters of type ContactInfo Constructor Description ContactInfo(ContactInfo other)Performs a deep copy on other. -
Uses of ContactInfo in dev.vality.fistful.p2p_transfer
Fields in dev.vality.fistful.p2p_transfer declared as ContactInfo Modifier and Type Field Description ContactInfoRawResource. contact_infoMethods in dev.vality.fistful.p2p_transfer that return ContactInfo Modifier and Type Method Description ContactInfoRawResource. getContactInfo()Methods in dev.vality.fistful.p2p_transfer with parameters of type ContactInfo Modifier and Type Method Description RawResourceRawResource. setContactInfo(ContactInfo contact_info)Constructors in dev.vality.fistful.p2p_transfer with parameters of type ContactInfo Constructor Description RawResource(Resource resource, ContactInfo contact_info)