Class TaskAnchor


  • public abstract class TaskAnchor
    extends Object
    • 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

        public abstract Author author()
      • createdDate

        public abstract long createdDate()
      • updatedDate

        public abstract long updatedDate()
      • type

        @Nullable
        public abstract String type()