}
}
public DefinitionSearchResults reverseDictionary (String query, String findSenseForWord, String includeSourceDictionaries, String excludeSourceDictionaries, String includePartOfSpeech, String excludePartOfSpeech, String expandTerms, String sortBy, String sortOrder, Integer minCorpusCount, Integer maxCorpusCount, Integer minLength, Integer maxLength, String includeTags, String skip, Integer limit) throws ApiException {
// verify required params are set
if(query == null ) {
throw new ApiException(400, "missing required params");
}
// create path and map variables
String path = "/words.{format}/reverseDictionary".replaceAll("\\{format\\}","json");
// query params