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