Class Skills
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Skills
-
public class Skills extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSkills.Builder
-
Constructor Summary
Constructors Constructor Description Skills()Skills(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsHierarchy> hierarchy, org.openapitools.jackson.nullable.JsonNullable<? extends Proficiency> proficiency, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguage> language, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevel> level)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean>active()Whether the skill is active and therefore available for usestatic Skills.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<SkillsHierarchy>hierarchy()The hierarchal level of the skillorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The ID associated with this skillorg.openapitools.jackson.nullable.JsonNullable<SkillsLanguage>language()The language associated with this skillorg.openapitools.jackson.nullable.JsonNullable<SkillsLevel>level()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name associated with this skillorg.openapitools.jackson.nullable.JsonNullable<Proficiency>proficiency()The user proficiency level of the skill ranked out of 5org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()SkillswithActive(boolean active)Whether the skill is active and therefore available for useSkillswithActive(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active)Whether the skill is active and therefore available for useSkillswithHierarchy(SkillsHierarchy hierarchy)The hierarchal level of the skillSkillswithHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsHierarchy> hierarchy)The hierarchal level of the skillSkillswithId(java.lang.String id)The ID associated with this skillSkillswithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this skillSkillswithLanguage(SkillsLanguage language)The language associated with this skillSkillswithLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguage> language)The language associated with this skillSkillswithLevel(SkillsLevel level)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.SkillswithLevel(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.SkillswithName(java.lang.String name)The name associated with this skillSkillswithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this skillSkillswithProficiency(Proficiency proficiency)The user proficiency level of the skill ranked out of 5SkillswithProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends Proficiency> proficiency)The user proficiency level of the skill ranked out of 5SkillswithRemoteId(java.lang.String remoteId)Provider's unique identifierSkillswithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
Skills
public Skills(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsHierarchy> hierarchy, org.openapitools.jackson.nullable.JsonNullable<? extends Proficiency> proficiency, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguage> language, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevel> level)
-
Skills
public Skills()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The ID associated with this skill
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name associated with this skill
-
active
public org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active()
Whether the skill is active and therefore available for use
-
hierarchy
public org.openapitools.jackson.nullable.JsonNullable<SkillsHierarchy> hierarchy()
The hierarchal level of the skill
-
proficiency
public org.openapitools.jackson.nullable.JsonNullable<Proficiency> proficiency()
The user proficiency level of the skill ranked out of 5
-
language
public org.openapitools.jackson.nullable.JsonNullable<SkillsLanguage> language()
The language associated with this skill
-
level
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<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
-
builder
public static final Skills.Builder builder()
-
withId
public Skills withId(java.lang.String id)
The ID associated with this skill
-
withId
public Skills withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this skill
-
withRemoteId
public Skills withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Skills withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public Skills withName(java.lang.String name)
The name associated with this skill
-
withName
public Skills withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this skill
-
withActive
public Skills withActive(boolean active)
Whether the skill is active and therefore available for use
-
withActive
public Skills withActive(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active)
Whether the skill is active and therefore available for use
-
withHierarchy
public Skills withHierarchy(SkillsHierarchy hierarchy)
The hierarchal level of the skill
-
withHierarchy
public Skills withHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsHierarchy> hierarchy)
The hierarchal level of the skill
-
withProficiency
public Skills withProficiency(Proficiency proficiency)
The user proficiency level of the skill ranked out of 5
-
withProficiency
public Skills withProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends Proficiency> proficiency)
The user proficiency level of the skill ranked out of 5
-
withLanguage
public Skills withLanguage(SkillsLanguage language)
The language associated with this skill
-
withLanguage
public Skills withLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguage> language)
The language associated with this skill
-
withLevel
@Deprecated public Skills withLevel(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
-
withLevel
@Deprecated public Skills withLevel(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
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-