Class SkillsLanguage
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.SkillsLanguage
-
public class SkillsLanguage extends java.lang.ObjectSkillsLanguageThe language associated with this skill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSkillsLanguage.Builder
-
Constructor Summary
Constructors Constructor Description SkillsLanguage()SkillsLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguageValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguageSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SkillsLanguage.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<SkillsLanguageSourceValue>sourceValue()For read operations: the original language code from the provider.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<SkillsLanguageValue>value()The unified locale code.SkillsLanguagewithSourceValue(SkillsLanguageSourceValue sourceValue)For read operations: the original language code from the provider.SkillsLanguagewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguageSourceValue> sourceValue)For read operations: the original language code from the provider.SkillsLanguagewithValue(SkillsLanguageValue value)The unified locale code.SkillsLanguagewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguageValue> value)The unified locale code.
-
-
-
Constructor Detail
-
SkillsLanguage
public SkillsLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguageValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguageSourceValue> sourceValue)
-
SkillsLanguage
public SkillsLanguage()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<SkillsLanguageValue> value()
The unified locale code. 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<SkillsLanguageSourceValue> sourceValue()
For read operations: the original language code 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 SkillsLanguage.Builder builder()
-
withValue
public SkillsLanguage withValue(SkillsLanguageValue value)
The unified locale code. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
-
withValue
public SkillsLanguage withValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguageValue> value)
The unified locale code. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead.
-
withSourceValue
public SkillsLanguage withSourceValue(SkillsLanguageSourceValue sourceValue)
For read operations: the original language code 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 SkillsLanguage withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguageSourceValue> sourceValue)
For read operations: the original language code 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
-
-