Class Skills.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Skills.Builder
-
- Enclosing class:
- Skills
public static final class Skills.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Skills.Builderactive(boolean active)Whether the skill is active and therefore available for useSkills.Builderactive(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active)Whether the skill is active and therefore available for useSkillsbuild()Skills.Builderhierarchy(SkillsHierarchy hierarchy)The hierarchal level of the skillSkills.Builderhierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsHierarchy> hierarchy)The hierarchal level of the skillSkills.Builderid(java.lang.String id)The ID associated with this skillSkills.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this skillSkills.Builderlanguage(SkillsLanguage language)The language associated with this skillSkills.Builderlanguage(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguage> language)The language associated with this skillSkills.Builderlevel(SkillsLevel level)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Skills.Builderlevel(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevel> level)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.Skills.Buildername(java.lang.String name)The name associated with this skillSkills.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this skillSkills.Builderproficiency(Proficiency proficiency)The user proficiency level of the skill ranked out of 5Skills.Builderproficiency(org.openapitools.jackson.nullable.JsonNullable<? extends Proficiency> proficiency)The user proficiency level of the skill ranked out of 5Skills.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierSkills.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Method Detail
-
id
public Skills.Builder id(java.lang.String id)
The ID associated with this skill
-
id
public Skills.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this skill
-
remoteId
public Skills.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public Skills.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
name
public Skills.Builder name(java.lang.String name)
The name associated with this skill
-
name
public Skills.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this skill
-
active
public Skills.Builder active(boolean active)
Whether the skill is active and therefore available for use
-
active
public Skills.Builder active(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active)
Whether the skill is active and therefore available for use
-
hierarchy
public Skills.Builder hierarchy(SkillsHierarchy hierarchy)
The hierarchal level of the skill
-
hierarchy
public Skills.Builder hierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsHierarchy> hierarchy)
The hierarchal level of the skill
-
proficiency
public Skills.Builder proficiency(Proficiency proficiency)
The user proficiency level of the skill ranked out of 5
-
proficiency
public Skills.Builder proficiency(org.openapitools.jackson.nullable.JsonNullable<? extends Proficiency> proficiency)
The user proficiency level of the skill ranked out of 5
-
language
public Skills.Builder language(SkillsLanguage language)
The language associated with this skill
-
language
public Skills.Builder language(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguage> language)
The language associated with this skill
-
level
@Deprecated public Skills.Builder level(SkillsLevel level)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The hierarchal level of the skill
-
level
@Deprecated public Skills.Builder level(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevel> level)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The hierarchal level of the skill
-
build
public Skills build()
-
-