Class EntitySkillsCreateRequestDtoMaximumProficiency.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EntitySkillsCreateRequestDtoMaximumProficiency.Builder
-
- Enclosing class:
- EntitySkillsCreateRequestDtoMaximumProficiency
public static final class EntitySkillsCreateRequestDtoMaximumProficiency.Builder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public EntitySkillsCreateRequestDtoMaximumProficiency.Builder id(java.lang.String id)
Unique identifier
-
id
public EntitySkillsCreateRequestDtoMaximumProficiency.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public EntitySkillsCreateRequestDtoMaximumProficiency.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public EntitySkillsCreateRequestDtoMaximumProficiency.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
name
public EntitySkillsCreateRequestDtoMaximumProficiency.Builder name(java.lang.String name)
The name associated with this proficiency
-
name
public EntitySkillsCreateRequestDtoMaximumProficiency.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this proficiency
-
value
public EntitySkillsCreateRequestDtoMaximumProficiency.Builder value(EntitySkillsCreateRequestDtoValue value)
-
value
public EntitySkillsCreateRequestDtoMaximumProficiency.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoValue> value)
-
sourceValue
public EntitySkillsCreateRequestDtoMaximumProficiency.Builder sourceValue(EntitySkillsCreateRequestDtoSourceValue sourceValue)
-
sourceValue
public EntitySkillsCreateRequestDtoMaximumProficiency.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoSourceValue> sourceValue)
-
build
public EntitySkillsCreateRequestDtoMaximumProficiency build()
-
-