Class Institution
- java.lang.Object
-
- com.ellucian.generated.eedm.apply_prospects.v1_0_0.Institution
-
@Generated("jsonschema2pojo") public class Institution extends Object
InstitutionThe educational institution where the prospect studied.
-
-
Constructor Summary
Constructors Constructor Description Institution()
-
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()
Institution
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Institution.") private String id
IDThe global identifier for the Institution. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Institution. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Institution. (Required)
-
withId
public Institution withId(String id)
-
-