public class SuggestProfessionsRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
Limit
The maximum amount of professions returned.
|
boolean |
ReturnMissingSkills
Flag to enable returning a list of missing skills per suggested profession.
|
List<String> |
SkillIds
The skill IDs used to return the most relevant professions.
|
| Constructor and Description |
|---|
SuggestProfessionsRequest() |
public List<String> SkillIds
public boolean ReturnMissingSkills
public int Limit
Copyright © 2023. All rights reserved.