Class SchemaQuery

    • Constructor Detail

      • SchemaQuery

        public SchemaQuery()
    • Method Detail

      • setType

        @NotNull
        @PathParam("type")
        public void setType​(SchemaType type)
      • getAnyTypeClasses

        public List<String> getAnyTypeClasses()
      • setAnyTypeClasses

        @QueryParam("anyTypeClass")
        public void setAnyTypeClasses​(List<String> anyTypeClasses)
      • getKeyword

        public String getKeyword()
      • setKeyword

        @QueryParam("keyword")
        public void setKeyword​(String keyword)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object