Class CreateSkillsApiModel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateSkillsApiModel
-
public class CreateSkillsApiModel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateSkillsApiModel.Builder
-
Constructor Summary
Constructors Constructor Description CreateSkillsApiModel()CreateSkillsApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelHierarchy> hierarchy, org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelLanguage> language, org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelLevel> level)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CreateSkillsApiModel.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CreateSkillsApiModelHierarchy>hierarchy()The hierarchal level of the skillorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The ID associated with this skillorg.openapitools.jackson.nullable.JsonNullable<CreateSkillsApiModelLanguage>language()The language associated with this skillorg.openapitools.jackson.nullable.JsonNullable<CreateSkillsApiModelLevel>level()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name associated with this skilljava.lang.StringtoString()CreateSkillsApiModelwithHierarchy(CreateSkillsApiModelHierarchy hierarchy)The hierarchal level of the skillCreateSkillsApiModelwithHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelHierarchy> hierarchy)The hierarchal level of the skillCreateSkillsApiModelwithId(java.lang.String id)The ID associated with this skillCreateSkillsApiModelwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this skillCreateSkillsApiModelwithLanguage(CreateSkillsApiModelLanguage language)The language associated with this skillCreateSkillsApiModelwithLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelLanguage> language)The language associated with this skillCreateSkillsApiModelwithLevel(CreateSkillsApiModelLevel level)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateSkillsApiModelwithLevel(org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelLevel> level)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateSkillsApiModelwithName(java.lang.String name)The name associated with this skillCreateSkillsApiModelwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this skill
-
-
-
Constructor Detail
-
CreateSkillsApiModel
public CreateSkillsApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelHierarchy> hierarchy, org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelLanguage> language, org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelLevel> level)
-
CreateSkillsApiModel
public CreateSkillsApiModel()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The ID associated with this skill
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name associated with this skill
-
hierarchy
public org.openapitools.jackson.nullable.JsonNullable<CreateSkillsApiModelHierarchy> hierarchy()
The hierarchal level of the skill
-
language
public org.openapitools.jackson.nullable.JsonNullable<CreateSkillsApiModelLanguage> language()
The language associated with this skill
-
level
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<CreateSkillsApiModelLevel> level()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The hierarchal level of the skill
-
builder
public static CreateSkillsApiModel.Builder builder()
-
withId
public CreateSkillsApiModel withId(java.lang.String id)
The ID associated with this skill
-
withId
public CreateSkillsApiModel withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this skill
-
withName
public CreateSkillsApiModel withName(java.lang.String name)
The name associated with this skill
-
withName
public CreateSkillsApiModel withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this skill
-
withHierarchy
public CreateSkillsApiModel withHierarchy(CreateSkillsApiModelHierarchy hierarchy)
The hierarchal level of the skill
-
withHierarchy
public CreateSkillsApiModel withHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelHierarchy> hierarchy)
The hierarchal level of the skill
-
withLanguage
public CreateSkillsApiModel withLanguage(CreateSkillsApiModelLanguage language)
The language associated with this skill
-
withLanguage
public CreateSkillsApiModel withLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelLanguage> language)
The language associated with this skill
-
withLevel
@Deprecated public CreateSkillsApiModel withLevel(CreateSkillsApiModelLevel level)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The hierarchal level of the skill
-
withLevel
@Deprecated public CreateSkillsApiModel withLevel(org.openapitools.jackson.nullable.JsonNullable<? extends CreateSkillsApiModelLevel> level)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The hierarchal level of the skill
-
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
-
-