Class TaskQuery

    • Constructor Detail

      • TaskQuery

        public TaskQuery()
    • Method Detail

      • setType

        @NotNull
        @PathParam("type")
        public void setType​(TaskType type)
      • getResource

        public String getResource()
      • setResource

        @QueryParam("resource")
        public void setResource​(String resource)
      • getNotification

        public String getNotification()
      • setNotification

        @QueryParam("notification")
        public void setNotification​(String notification)
      • setAnyTypeKind

        @QueryParam("anyTypeKind")
        public void setAnyTypeKind​(AnyTypeKind anyTypeKind)
      • getEntityKey

        public String getEntityKey()
      • setEntityKey

        @QueryParam("entityKey")
        public void setEntityKey​(String entityKey)
      • getDetails

        public Boolean getDetails()
      • setDetails

        @QueryParam("details")
        @DefaultValue("true")
        public void setDetails​(Boolean details)