Class EntitySkills
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EntitySkills
-
public class EntitySkills extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntitySkills.Builder
-
Constructor Summary
Constructors Constructor Description EntitySkills()EntitySkills(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 Language> language, org.openapitools.jackson.nullable.JsonNullable<? extends MaximumProficiency> maximumProficiency, org.openapitools.jackson.nullable.JsonNullable<? extends MinimumProficiency> minimumProficiency)
-
Method Summary
All Methods Static Methods Instance Methods Concrete 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 EntitySkills.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The ID associated with this skillorg.openapitools.jackson.nullable.JsonNullable<Language>language()The language associated with this skillorg.openapitools.jackson.nullable.JsonNullable<MaximumProficiency>maximumProficiency()The proficiency level of the skillorg.openapitools.jackson.nullable.JsonNullable<MinimumProficiency>minimumProficiency()The proficiency level of the skillorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name associated with this skillorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()EntitySkillswithActive(boolean active)Whether the skill is active and therefore available for useEntitySkillswithActive(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active)Whether the skill is active and therefore available for useEntitySkillswithId(java.lang.String id)The ID associated with this skillEntitySkillswithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this skillEntitySkillswithLanguage(Language language)The language associated with this skillEntitySkillswithLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends Language> language)The language associated with this skillEntitySkillswithMaximumProficiency(MaximumProficiency maximumProficiency)The proficiency level of the skillEntitySkillswithMaximumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends MaximumProficiency> maximumProficiency)The proficiency level of the skillEntitySkillswithMinimumProficiency(MinimumProficiency minimumProficiency)The proficiency level of the skillEntitySkillswithMinimumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends MinimumProficiency> minimumProficiency)The proficiency level of the skillEntitySkillswithName(java.lang.String name)The name associated with this skillEntitySkillswithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this skillEntitySkillswithRemoteId(java.lang.String remoteId)Provider's unique identifierEntitySkillswithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
EntitySkills
public EntitySkills(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 Language> language, org.openapitools.jackson.nullable.JsonNullable<? extends MaximumProficiency> maximumProficiency, org.openapitools.jackson.nullable.JsonNullable<? extends MinimumProficiency> minimumProficiency)
-
EntitySkills
public EntitySkills()
-
-
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
-
language
public org.openapitools.jackson.nullable.JsonNullable<Language> language()
The language associated with this skill
-
maximumProficiency
public org.openapitools.jackson.nullable.JsonNullable<MaximumProficiency> maximumProficiency()
The proficiency level of the skill
-
minimumProficiency
public org.openapitools.jackson.nullable.JsonNullable<MinimumProficiency> minimumProficiency()
The proficiency level of the skill
-
builder
public static final EntitySkills.Builder builder()
-
withId
public EntitySkills withId(java.lang.String id)
The ID associated with this skill
-
withId
public EntitySkills withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this skill
-
withRemoteId
public EntitySkills withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public EntitySkills withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public EntitySkills withName(java.lang.String name)
The name associated with this skill
-
withName
public EntitySkills withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this skill
-
withActive
public EntitySkills withActive(boolean active)
Whether the skill is active and therefore available for use
-
withActive
public EntitySkills withActive(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active)
Whether the skill is active and therefore available for use
-
withLanguage
public EntitySkills withLanguage(Language language)
The language associated with this skill
-
withLanguage
public EntitySkills withLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends Language> language)
The language associated with this skill
-
withMaximumProficiency
public EntitySkills withMaximumProficiency(MaximumProficiency maximumProficiency)
The proficiency level of the skill
-
withMaximumProficiency
public EntitySkills withMaximumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends MaximumProficiency> maximumProficiency)
The proficiency level of the skill
-
withMinimumProficiency
public EntitySkills withMinimumProficiency(MinimumProficiency minimumProficiency)
The proficiency level of the skill
-
withMinimumProficiency
public EntitySkills withMinimumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends MinimumProficiency> minimumProficiency)
The proficiency 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
-
-