Class SubjectPerson
- java.lang.Object
-
- com.ellucian.generated.eedm.personal_relationships.v16_0_0.SubjectPerson
-
@Generated("jsonschema2pojo") public class SubjectPerson extends Object
Subject PersonThe primary person for whom the relationship is described.
-
-
Constructor Summary
Constructors Constructor Description SubjectPerson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getId()
IDint
hashCode()
void
setId(String id)
IDString
toString()
SubjectPerson
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Subject Person.") private String id
IDThe global identifier for the Subject Person. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Subject Person. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Subject Person. (Required)
-
withId
public SubjectPerson withId(String id)
-
-