Class Language
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Language
-
public class Language extends java.lang.ObjectLanguage - The language associated with this skill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLanguage.Builder
-
Constructor Summary
Constructors Constructor Description Language()Language(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Language.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<EntitySkillsSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EntitySkillsValue>value()The Locale Code of the languageLanguagewithSourceValue(EntitySkillsSourceValue sourceValue)LanguagewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsSourceValue> sourceValue)LanguagewithValue(EntitySkillsValue value)The Locale Code of the languageLanguagewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsValue> value)The Locale Code of the language
-
-
-
Constructor Detail
-
Language
public Language(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsSourceValue> sourceValue)
-
Language
public Language()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<EntitySkillsValue> value()
The Locale Code of the language
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EntitySkillsSourceValue> sourceValue()
-
builder
public static final Language.Builder builder()
-
withValue
public Language withValue(EntitySkillsValue value)
The Locale Code of the language
-
withValue
public Language withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsValue> value)
The Locale Code of the language
-
withSourceValue
public Language withSourceValue(EntitySkillsSourceValue sourceValue)
-
withSourceValue
public Language withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsSourceValue> 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
-
-