Class CourseCategory


  • @Generated("jsonschema2pojo")
    public class CourseCategory
    extends Object
    Course Categories

    The categories to which the course may belong (for example - Vocational, Co-op Work Experience, Lab, Music, etc.)

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Course Categories.")
        private String id
        ID

        The global identifier for the Course Categories. (Required)

    • Constructor Detail

      • CourseCategory

        public CourseCategory()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Course Categories. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Course Categories. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object