Class CreditCategory


  • @Generated("jsonschema2pojo")
    public class CreditCategory
    extends Object
    Credit Category

    The academic credit category associated with the section.

    • Field Detail

      • creditType

        @JsonPropertyDescription("The higher-level category of academic credit.")
        private CreditCategory.CreditType creditType
        Credit Type

        The higher-level category of academic credit. (Required)

      • detail

        @JsonPropertyDescription("The academic credit category associated with the section.")
        private Object detail
        Detail

        The academic credit category associated with the section.

    • Constructor Detail

      • CreditCategory

        public CreditCategory()