Class AcademicProgram
- java.lang.Object
-
- com.ellucian.generated.eedm.apply_applications.v1_0_0.AcademicProgram
-
@Generated("jsonschema2pojo") public class AcademicProgram extends Object
Academic ProgramsThe academic programs to which the applicant is applying
-
-
Constructor Summary
Constructors Constructor Description AcademicProgram()
-
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()
AcademicProgram
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Academic Programs.") private String id
IDThe global identifier for the Academic Programs. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Academic Programs. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Academic Programs. (Required)
-
withId
public AcademicProgram withId(String id)
-
-