Class InstitutionUnit
- java.lang.Object
-
- com.ellucian.generated.eedm.sections.v16_1_0.InstitutionUnit
-
@Generated("jsonschema2pojo") public class InstitutionUnit extends Object
Institution UnitA unit (department) of the educational institution
-
-
Constructor Summary
Constructors Constructor Description InstitutionUnit()
-
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()
InstitutionUnit
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Institution Unit.") private String id
IDThe global identifier for the Institution Unit. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Institution Unit. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Institution Unit. (Required)
-
withId
public InstitutionUnit withId(String id)
-
-