Class PersonContacts
- java.lang.Object
-
- com.ellucian.generated.eedm.person_contacts.v7_0.PersonContacts
-
@Generated("jsonschema2pojo") public class PersonContacts extends Object
Person ContactsPeople who will be contacted in case of emergency or other situations related to the subject person
-
-
Constructor Summary
Constructors Constructor Description PersonContacts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
List<Contact>
getContacts()
ContactsString
getId()
IDMetadata
getMetadata()
MetadataPerson
getPerson()
Personint
hashCode()
void
setContacts(List<Contact> contacts)
Contactsvoid
setId(String id)
IDvoid
setMetadata(Metadata metadata)
Metadatavoid
setPerson(Person person)
PersonString
toString()
PersonContacts
withContacts(List<Contact> contacts)
PersonContacts
withId(String id)
PersonContacts
withMetadata(Metadata metadata)
PersonContacts
withPerson(Person person)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the person contacts information resource") private String id
IDThe global identifier of the person contacts information resource (Required)
-
person
@JsonPropertyDescription("The subject person") private Person person
PersonThe subject person (Required)
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public PersonContacts withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the person contacts information resource (Required)
-
setId
public void setId(String id)
IDThe global identifier of the person contacts information resource (Required)
-
withId
public PersonContacts withId(String id)
-
getPerson
public Person getPerson()
PersonThe subject person (Required)
-
setPerson
public void setPerson(Person person)
PersonThe subject person (Required)
-
withPerson
public PersonContacts withPerson(Person person)
-
withContacts
public PersonContacts withContacts(List<Contact> contacts)
-
-