Class Institution


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

    The educational institution where the prospect studied.

    • Field Detail

      • id

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

        The global identifier for the Institution. (Required)

    • Constructor Detail

      • Institution

        public Institution()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Institution. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Institution. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object