Class Title

    • Field Detail

      • type

        @JsonPropertyDescription("The type of course title (e.g. short title, long title).")
        private Type type
        Type

        The type of course title (e.g. short title, long title). (Required)

      • value

        @JsonPropertyDescription("The title for the section associated with the type.")
        private String value
        Value

        The title for the section associated with the type. (Required)

    • Constructor Detail

      • Title

        public Title()
    • Method Detail

      • getType

        public Type getType()
        Type

        The type of course title (e.g. short title, long title). (Required)

      • setType

        public void setType​(Type type)
        Type

        The type of course title (e.g. short title, long title). (Required)

      • withType

        public Title withType​(Type type)
      • getValue

        public String getValue()
        Value

        The title for the section associated with the type. (Required)

      • setValue

        public void setValue​(String value)
        Value

        The title for the section associated with the type. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object