Uses of Class
de.digitalcollections.iiif.model.search.Term
-
Packages that use Term Package Description de.digitalcollections.iiif.model.search Model classes that represent entities from the IIIF Search API (http://iiif.io/api/search/1.0/). -
-
Uses of Term in de.digitalcollections.iiif.model.search
Methods in de.digitalcollections.iiif.model.search that return types with arguments of type Term Modifier and Type Method Description List<Term>TermList. getTerms()Methods in de.digitalcollections.iiif.model.search with parameters of type Term Modifier and Type Method Description TermListTermList. addTerm(Term first, Term... rest)Method parameters in de.digitalcollections.iiif.model.search with type arguments of type Term Modifier and Type Method Description voidTermList. setTerms(List<Term> terms)
-