Class Subdiscipline
- java.lang.Object
-
- com.ellucian.generated.eedm.admission_applications.v9_0.Subdiscipline
-
@Generated("jsonschema2pojo") public class Subdiscipline extends Object
SubdisciplinesThe list of academic disciplines that are subordinate to the discipline
-
-
Constructor Summary
Constructors Constructor Description Subdiscipline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()SubdisciplinewithId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Subdisciplines.") private String idIDThe global identifier for the Subdisciplines. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Subdisciplines. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Subdisciplines. (Required)
-
withId
public Subdiscipline withId(String id)
-
-