Class SkillsLevel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.SkillsLevel
-
@Deprecated public class SkillsLevel extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.SkillsLevelThe hierarchal level of the skill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSkillsLevel.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description SkillsLevel()Deprecated.SkillsLevel(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelSourceValue> sourceValue)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SkillsLevel.Builderbuilder()Deprecated.booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.org.openapitools.jackson.nullable.JsonNullable<SkillsLevelSourceValue>sourceValue()Deprecated.java.lang.StringtoString()Deprecated.org.openapitools.jackson.nullable.JsonNullable<SkillsLevelValue>value()Deprecated.SkillsLevelwithSourceValue(SkillsLevelSourceValue sourceValue)Deprecated.SkillsLevelwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelSourceValue> sourceValue)Deprecated.SkillsLevelwithValue(SkillsLevelValue value)Deprecated.SkillsLevelwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelValue> value)Deprecated.
-
-
-
Constructor Detail
-
SkillsLevel
public SkillsLevel(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelSourceValue> sourceValue)
Deprecated.
-
SkillsLevel
public SkillsLevel()
Deprecated.
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<SkillsLevelValue> value()
Deprecated.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<SkillsLevelSourceValue> sourceValue()
Deprecated.
-
builder
public static SkillsLevel.Builder builder()
Deprecated.
-
withValue
public SkillsLevel withValue(SkillsLevelValue value)
Deprecated.
-
withValue
public SkillsLevel withValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelValue> value)
Deprecated.
-
withSourceValue
public SkillsLevel withSourceValue(SkillsLevelSourceValue sourceValue)
Deprecated.
-
withSourceValue
public SkillsLevel withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevelSourceValue> sourceValue)
Deprecated.
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-