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