Class Proficiency
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Proficiency
-
public class Proficiency extends java.lang.ObjectProficiency - The user proficiency level of the skill ranked out of 5
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProficiency.Builder
-
Constructor Summary
Constructors Constructor Description Proficiency()Proficiency(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsProficiencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsProficiencySourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Proficiency.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<SkillsProficiencySourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<SkillsProficiencyValue>value()ProficiencywithSourceValue(SkillsProficiencySourceValue sourceValue)ProficiencywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsProficiencySourceValue> sourceValue)ProficiencywithValue(SkillsProficiencyValue value)ProficiencywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsProficiencyValue> value)
-
-
-
Constructor Detail
-
Proficiency
public Proficiency(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsProficiencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsProficiencySourceValue> sourceValue)
-
Proficiency
public Proficiency()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<SkillsProficiencyValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<SkillsProficiencySourceValue> sourceValue()
-
builder
public static final Proficiency.Builder builder()
-
withValue
public Proficiency withValue(SkillsProficiencyValue value)
-
withValue
public Proficiency withValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsProficiencyValue> value)
-
withSourceValue
public Proficiency withSourceValue(SkillsProficiencySourceValue sourceValue)
-
withSourceValue
public Proficiency withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsProficiencySourceValue> sourceValue)
-
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
-
-