Class InstructionalMethod


  • @Generated("jsonschema2pojo")
    public class InstructionalMethod
    extends Object
    Instructional Method

    The method, style, or format in which the course is taught (for example, 'Lecture', 'Lab').

    • Field Detail

      • id

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

        The global identifier for the Instructional Method. (Required)

    • Constructor Detail

      • InstructionalMethod

        public InstructionalMethod()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Instructional Method. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Instructional Method. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object