Class EntitySkillsCreateRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EntitySkillsCreateRequestDto
-
public class EntitySkillsCreateRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntitySkillsCreateRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description EntitySkillsCreateRequestDto()EntitySkillsCreateRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMaximumProficiency> maximumProficiency, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiency> minimumProficiency)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntitySkillsCreateRequestDto.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The ID associated with this skillorg.openapitools.jackson.nullable.JsonNullable<EntitySkillsCreateRequestDtoMaximumProficiency>maximumProficiency()The proficiency level of the skillorg.openapitools.jackson.nullable.JsonNullable<EntitySkillsCreateRequestDtoMinimumProficiency>minimumProficiency()The proficiency level of the skillorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name associated with this skilljava.lang.StringtoString()EntitySkillsCreateRequestDtowithId(java.lang.String id)The ID associated with this skillEntitySkillsCreateRequestDtowithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this skillEntitySkillsCreateRequestDtowithMaximumProficiency(EntitySkillsCreateRequestDtoMaximumProficiency maximumProficiency)The proficiency level of the skillEntitySkillsCreateRequestDtowithMaximumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMaximumProficiency> maximumProficiency)The proficiency level of the skillEntitySkillsCreateRequestDtowithMinimumProficiency(EntitySkillsCreateRequestDtoMinimumProficiency minimumProficiency)The proficiency level of the skillEntitySkillsCreateRequestDtowithMinimumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiency> minimumProficiency)The proficiency level of the skillEntitySkillsCreateRequestDtowithName(java.lang.String name)The name associated with this skillEntitySkillsCreateRequestDtowithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this skill
-
-
-
Constructor Detail
-
EntitySkillsCreateRequestDto
public EntitySkillsCreateRequestDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMaximumProficiency> maximumProficiency, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiency> minimumProficiency)
-
EntitySkillsCreateRequestDto
public EntitySkillsCreateRequestDto()
-
-
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
-
maximumProficiency
public org.openapitools.jackson.nullable.JsonNullable<EntitySkillsCreateRequestDtoMaximumProficiency> maximumProficiency()
The proficiency level of the skill
-
minimumProficiency
public org.openapitools.jackson.nullable.JsonNullable<EntitySkillsCreateRequestDtoMinimumProficiency> minimumProficiency()
The proficiency level of the skill
-
builder
public static final EntitySkillsCreateRequestDto.Builder builder()
-
withId
public EntitySkillsCreateRequestDto withId(java.lang.String id)
The ID associated with this skill
-
withId
public EntitySkillsCreateRequestDto withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this skill
-
withName
public EntitySkillsCreateRequestDto withName(java.lang.String name)
The name associated with this skill
-
withName
public EntitySkillsCreateRequestDto withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this skill
-
withMaximumProficiency
public EntitySkillsCreateRequestDto withMaximumProficiency(EntitySkillsCreateRequestDtoMaximumProficiency maximumProficiency)
The proficiency level of the skill
-
withMaximumProficiency
public EntitySkillsCreateRequestDto withMaximumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMaximumProficiency> maximumProficiency)
The proficiency level of the skill
-
withMinimumProficiency
public EntitySkillsCreateRequestDto withMinimumProficiency(EntitySkillsCreateRequestDtoMinimumProficiency minimumProficiency)
The proficiency level of the skill
-
withMinimumProficiency
public EntitySkillsCreateRequestDto withMinimumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiency> minimumProficiency)
The proficiency 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
-
-