Class EnrollmentStatus
- java.lang.Object
-
- com.ellucian.generated.eedm.student_academic_programs_submissions.v1_0_0.EnrollmentStatus
-
@Generated("jsonschema2pojo") public class EnrollmentStatus extends Object
Enrollment StatusThe current state of a student's academic program enrollment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnrollmentStatus.StatusEnrollment Status
-
Field Summary
Fields Modifier and Type Field Description private ObjectdetailDetailprivate EnrollmentStatus.StatusstatusEnrollment Status
-
Constructor Summary
Constructors Constructor Description EnrollmentStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetDetail()DetailEnrollmentStatus.StatusgetStatus()Enrollment StatusinthashCode()voidsetDetail(Object detail)DetailvoidsetStatus(EnrollmentStatus.Status status)Enrollment StatusStringtoString()EnrollmentStatuswithDetail(Object detail)EnrollmentStatuswithStatus(EnrollmentStatus.Status status)
-
-
-
Field Detail
-
status
@JsonPropertyDescription("The status of the academic program enrollment.") private EnrollmentStatus.Status statusEnrollment StatusThe status of the academic program enrollment. (Required)
-
detail
@JsonPropertyDescription("Details related to the academic enrollment.") private Object detailDetailDetails related to the academic enrollment.
-
-
Method Detail
-
getStatus
public EnrollmentStatus.Status getStatus()
Enrollment StatusThe status of the academic program enrollment. (Required)
-
setStatus
public void setStatus(EnrollmentStatus.Status status)
Enrollment StatusThe status of the academic program enrollment. (Required)
-
withStatus
public EnrollmentStatus withStatus(EnrollmentStatus.Status status)
-
getDetail
public Object getDetail()
DetailDetails related to the academic enrollment.
-
setDetail
public void setDetail(Object detail)
DetailDetails related to the academic enrollment.
-
withDetail
public EnrollmentStatus withDetail(Object detail)
-
-