Class Note

    • Field Detail

      • subject

        @JsonPropertyDescription("The subject of the note.")
        private String subject
        Subject

        The subject of the note.

      • content

        @JsonPropertyDescription("The content of the note.")
        private String content
        Content

        The content of the note. (Required)

    • Constructor Detail

      • Note

        public Note()
    • Method Detail

      • getSubject

        public String getSubject()
        Subject

        The subject of the note.

      • setSubject

        public void setSubject​(String subject)
        Subject

        The subject of the note.

      • withSubject

        public Note withSubject​(String subject)
      • getContent

        public String getContent()
        Content

        The content of the note. (Required)

      • setContent

        public void setContent​(String content)
        Content

        The content of the note. (Required)

      • withContent

        public Note withContent​(String content)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object