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 booleanequals(Object other)List<Contact>getContacts()ContactsStringgetId()IDMetadatagetMetadata()MetadataPersongetPerson()PersoninthashCode()voidsetContacts(List<Contact> contacts)ContactsvoidsetId(String id)IDvoidsetMetadata(Metadata metadata)MetadatavoidsetPerson(Person person)PersonStringtoString()PersonContactswithContacts(List<Contact> contacts)PersonContactswithId(String id)PersonContactswithMetadata(Metadata metadata)PersonContactswithPerson(Person person)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the person contacts information resource") private String idIDThe global identifier of the person contacts information resource (Required)
-
person
@JsonPropertyDescription("The subject person") private Person personPersonThe 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)
-
-