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 class
EnrollmentStatus.Status
Enrollment Status
-
Field Summary
Fields Modifier and Type Field Description private Object
detail
Detailprivate EnrollmentStatus.Status
status
Enrollment Status
-
Constructor Summary
Constructors Constructor Description EnrollmentStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getDetail()
DetailEnrollmentStatus.Status
getStatus()
Enrollment Statusint
hashCode()
void
setDetail(Object detail)
Detailvoid
setStatus(EnrollmentStatus.Status status)
Enrollment StatusString
toString()
EnrollmentStatus
withDetail(Object detail)
EnrollmentStatus
withStatus(EnrollmentStatus.Status status)
-
-
-
Field Detail
-
status
@JsonPropertyDescription("The status of the academic program enrollment.") private EnrollmentStatus.Status status
Enrollment StatusThe status of the academic program enrollment. (Required)
-
detail
@JsonPropertyDescription("Details related to the academic enrollment.") private Object detail
DetailDetails 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)
-
-