Class EntitySkillsCreateRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EntitySkillsCreateRequestDto.Builder
-
- Enclosing class:
- EntitySkillsCreateRequestDto
public static final class EntitySkillsCreateRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntitySkillsCreateRequestDtobuild()EntitySkillsCreateRequestDto.Builderid(java.lang.String id)The ID associated with this skillEntitySkillsCreateRequestDto.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this skillEntitySkillsCreateRequestDto.BuildermaximumProficiency(EntitySkillsCreateRequestDtoMaximumProficiency maximumProficiency)The proficiency level of the skillEntitySkillsCreateRequestDto.BuildermaximumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMaximumProficiency> maximumProficiency)The proficiency level of the skillEntitySkillsCreateRequestDto.BuilderminimumProficiency(EntitySkillsCreateRequestDtoMinimumProficiency minimumProficiency)The proficiency level of the skillEntitySkillsCreateRequestDto.BuilderminimumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiency> minimumProficiency)The proficiency level of the skillEntitySkillsCreateRequestDto.Buildername(java.lang.String name)The name associated with this skillEntitySkillsCreateRequestDto.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this skill
-
-
-
Method Detail
-
id
public EntitySkillsCreateRequestDto.Builder id(java.lang.String id)
The ID associated with this skill
-
id
public EntitySkillsCreateRequestDto.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this skill
-
name
public EntitySkillsCreateRequestDto.Builder name(java.lang.String name)
The name associated with this skill
-
name
public EntitySkillsCreateRequestDto.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this skill
-
maximumProficiency
public EntitySkillsCreateRequestDto.Builder maximumProficiency(EntitySkillsCreateRequestDtoMaximumProficiency maximumProficiency)
The proficiency level of the skill
-
maximumProficiency
public EntitySkillsCreateRequestDto.Builder maximumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMaximumProficiency> maximumProficiency)
The proficiency level of the skill
-
minimumProficiency
public EntitySkillsCreateRequestDto.Builder minimumProficiency(EntitySkillsCreateRequestDtoMinimumProficiency minimumProficiency)
The proficiency level of the skill
-
minimumProficiency
public EntitySkillsCreateRequestDto.Builder minimumProficiency(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiency> minimumProficiency)
The proficiency level of the skill
-
build
public EntitySkillsCreateRequestDto build()
-
-