public class AutocompleteRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
Languages
The language(s) used to search for matching professions (the language of the provided Prefix).
|
int |
Limit
The maximum number of returned professions.
|
String |
OutputLanguage
The language to ouput the found professions in (default is 'en').
|
String |
Prefix
The job title prefix to be completed.
|
| Constructor and Description |
|---|
AutocompleteRequest() |
public String Prefix
public int Limit
public List<String> Languages
Copyright © 2024. All rights reserved.