Uses of Class
com.ellucian.generated.eedm.person_emergency_contacts.v1_0_0.Contact
-
Packages that use Contact Package Description com.ellucian.generated.eedm.person_emergency_contacts.v1_0_0 -
-
Uses of Contact in com.ellucian.generated.eedm.person_emergency_contacts.v1_0_0
Fields in com.ellucian.generated.eedm.person_emergency_contacts.v1_0_0 declared as Contact Modifier and Type Field Description private Contact
PersonEmergencyContacts. contact
ContactMethods in com.ellucian.generated.eedm.person_emergency_contacts.v1_0_0 that return Contact Modifier and Type Method Description Contact
PersonEmergencyContacts. getContact()
ContactContact
Contact. withName(Name name)
Contact
Contact. withPhones(List<Phone> phones)
Contact
Contact. withRelationship(Relationship relationship)
Contact
Contact. withTypes(List<Type> types)
Methods in com.ellucian.generated.eedm.person_emergency_contacts.v1_0_0 with parameters of type Contact Modifier and Type Method Description void
PersonEmergencyContacts. setContact(Contact contact)
ContactPersonEmergencyContacts
PersonEmergencyContacts. withContact(Contact contact)
-