Uses of Class
org.tailormap.api.viewer.model.SearchDocument
Packages that use SearchDocument
-
Uses of SearchDocument in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return SearchDocumentModifier and TypeMethodDescriptionSearchDocument.addDisplayValuesItem(String displayValuesItem) SearchDocument.displayValues(List<String> displayValues) Methods in org.tailormap.api.viewer.model that return types with arguments of type SearchDocumentModifier and TypeMethodDescription@Valid @Size(min=0) List<@Valid SearchDocument> SearchResponse.getDocuments()list of search documents.Methods in org.tailormap.api.viewer.model with parameters of type SearchDocumentMethod parameters in org.tailormap.api.viewer.model with type arguments of type SearchDocumentModifier and TypeMethodDescriptionSearchResponse.documents(List<@Valid SearchDocument> documents) voidSearchResponse.setDocuments(List<@Valid SearchDocument> documents)