Class Comments

    • Method Detail

      • properties

        public abstract Map<String,​com.google.gson.JsonElement> properties()
      • id

        public abstract int id()
      • version

        public abstract int version()
      • text

        @Nullable
        public abstract String text()
      • author

        @Nullable
        public abstract Author author()
      • createdDate

        public abstract long createdDate()
      • updatedDate

        public abstract long updatedDate()
      • tasks

        public abstract List<Task> tasks()
      • anchor

        @Nullable
        public abstract Anchor anchor()
      • link

        @Nullable
        public abstract Link link()