Class EntitySkillsCreateRequestDtoMinimumProficiency
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EntitySkillsCreateRequestDtoMinimumProficiency
-
public class EntitySkillsCreateRequestDtoMinimumProficiency extends java.lang.ObjectEntitySkillsCreateRequestDtoMinimumProficiency - The proficiency level of the skill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntitySkillsCreateRequestDtoMinimumProficiency.Builder
-
Constructor Summary
Constructors Constructor Description EntitySkillsCreateRequestDtoMinimumProficiency()EntitySkillsCreateRequestDtoMinimumProficiency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiencySourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntitySkillsCreateRequestDtoMinimumProficiency.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name associated with this proficiencyorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<EntitySkillsCreateRequestDtoMinimumProficiencySourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EntitySkillsCreateRequestDtoMinimumProficiencyValue>value()EntitySkillsCreateRequestDtoMinimumProficiencywithId(java.lang.String id)Unique identifierEntitySkillsCreateRequestDtoMinimumProficiencywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierEntitySkillsCreateRequestDtoMinimumProficiencywithName(java.lang.String name)The name associated with this proficiencyEntitySkillsCreateRequestDtoMinimumProficiencywithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this proficiencyEntitySkillsCreateRequestDtoMinimumProficiencywithRemoteId(java.lang.String remoteId)Provider's unique identifierEntitySkillsCreateRequestDtoMinimumProficiencywithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierEntitySkillsCreateRequestDtoMinimumProficiencywithSourceValue(EntitySkillsCreateRequestDtoMinimumProficiencySourceValue sourceValue)EntitySkillsCreateRequestDtoMinimumProficiencywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiencySourceValue> sourceValue)EntitySkillsCreateRequestDtoMinimumProficiencywithValue(EntitySkillsCreateRequestDtoMinimumProficiencyValue value)EntitySkillsCreateRequestDtoMinimumProficiencywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiencyValue> value)
-
-
-
Constructor Detail
-
EntitySkillsCreateRequestDtoMinimumProficiency
public EntitySkillsCreateRequestDtoMinimumProficiency(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiencySourceValue> sourceValue)
-
EntitySkillsCreateRequestDtoMinimumProficiency
public EntitySkillsCreateRequestDtoMinimumProficiency()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name associated with this proficiency
-
value
public org.openapitools.jackson.nullable.JsonNullable<EntitySkillsCreateRequestDtoMinimumProficiencyValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EntitySkillsCreateRequestDtoMinimumProficiencySourceValue> sourceValue()
-
builder
public static final EntitySkillsCreateRequestDtoMinimumProficiency.Builder builder()
-
withId
public EntitySkillsCreateRequestDtoMinimumProficiency withId(java.lang.String id)
Unique identifier
-
withId
public EntitySkillsCreateRequestDtoMinimumProficiency withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public EntitySkillsCreateRequestDtoMinimumProficiency withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public EntitySkillsCreateRequestDtoMinimumProficiency withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public EntitySkillsCreateRequestDtoMinimumProficiency withName(java.lang.String name)
The name associated with this proficiency
-
withName
public EntitySkillsCreateRequestDtoMinimumProficiency withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this proficiency
-
withValue
public EntitySkillsCreateRequestDtoMinimumProficiency withValue(EntitySkillsCreateRequestDtoMinimumProficiencyValue value)
-
withValue
public EntitySkillsCreateRequestDtoMinimumProficiency withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiencyValue> value)
-
withSourceValue
public EntitySkillsCreateRequestDtoMinimumProficiency withSourceValue(EntitySkillsCreateRequestDtoMinimumProficiencySourceValue sourceValue)
-
withSourceValue
public EntitySkillsCreateRequestDtoMinimumProficiency withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoMinimumProficiencySourceValue> 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
-
-