Class InstitutionUnit


  • @Generated("jsonschema2pojo")
    public class InstitutionUnit
    extends Object
    Institution Unit

    A unit (department) of the educational institution

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Institution Unit.")
        private String id
        ID

        The global identifier for the Institution Unit. (Required)

    • Constructor Detail

      • InstitutionUnit

        public InstitutionUnit()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Institution Unit. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Institution Unit. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object