Class SkillsHierarchy
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.SkillsHierarchy
-
public class SkillsHierarchy extends java.lang.ObjectSkillsHierarchyThe hierarchal level of the skill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSkillsHierarchy.Builder
-
Constructor Summary
Constructors Constructor Description SkillsHierarchy()SkillsHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SkillsHierarchy.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<SkillsSourceValue>sourceValue()For read operations: the original skill level from the provider.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<SkillsValue>value()The unified skill level.SkillsHierarchywithSourceValue(SkillsSourceValue sourceValue)For read operations: the original skill level from the provider.SkillsHierarchywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsSourceValue> sourceValue)For read operations: the original skill level from the provider.SkillsHierarchywithValue(SkillsValue value)The unified skill level.SkillsHierarchywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsValue> value)The unified skill level.
-
-
-
Constructor Detail
-
SkillsHierarchy
public SkillsHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsSourceValue> sourceValue)
-
SkillsHierarchy
public SkillsHierarchy()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<SkillsValue> value()
The unified skill level. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<SkillsSourceValue> sourceValue()
For read operations: the original skill level from the provider. For write operations: fallback value used when value is omitted or "unmapped_value". You must ensure this matches the provider's format.
-
builder
public static SkillsHierarchy.Builder builder()
-
withValue
public SkillsHierarchy withValue(SkillsValue value)
The unified skill level. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
-
withValue
public SkillsHierarchy withValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsValue> value)
The unified skill level. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
-
withSourceValue
public SkillsHierarchy withSourceValue(SkillsSourceValue sourceValue)
For read operations: the original skill level from the provider. For write operations: fallback value used when value is omitted or "unmapped_value". You must ensure this matches the provider's format.
-
withSourceValue
public SkillsHierarchy withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsSourceValue> sourceValue)
For read operations: the original skill level from the provider. For write operations: fallback value used when value is omitted or "unmapped_value". You must ensure this matches the provider's format.
-
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
-
-