Class EnrollmentStatus


  • @Generated("jsonschema2pojo")
    public class EnrollmentStatus
    extends Object
    Enrollment Status

    The current state of a student's academic program enrollment.

    • Field Detail

      • status

        @JsonPropertyDescription("The status of the academic program enrollment.")
        private EnrollmentStatus.Status status
        Enrollment Status

        The status of the academic program enrollment. (Required)

      • detail

        @JsonPropertyDescription("Details related to the academic enrollment.")
        private Object detail
        Detail

        Details related to the academic enrollment.

    • Constructor Detail

      • EnrollmentStatus

        public EnrollmentStatus()