Class EntitySkillsCreateRequestDtoMaximumProficiency
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.EntitySkillsCreateRequestDtoMaximumProficiency
-
public class EntitySkillsCreateRequestDtoMaximumProficiency extends java.lang.ObjectEntitySkillsCreateRequestDtoMaximumProficiencyThe proficiency level of the skill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntitySkillsCreateRequestDtoMaximumProficiency.Builder
-
Constructor Summary
Constructors Constructor Description EntitySkillsCreateRequestDtoMaximumProficiency()EntitySkillsCreateRequestDtoMaximumProficiency(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 EntitySkillsCreateRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntitySkillsCreateRequestDtoMaximumProficiency.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<EntitySkillsCreateRequestDtoSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EntitySkillsCreateRequestDtoValue>value()EntitySkillsCreateRequestDtoMaximumProficiencywithId(java.lang.String id)Unique identifierEntitySkillsCreateRequestDtoMaximumProficiencywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierEntitySkillsCreateRequestDtoMaximumProficiencywithName(java.lang.String name)The name associated with this proficiencyEntitySkillsCreateRequestDtoMaximumProficiencywithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this proficiencyEntitySkillsCreateRequestDtoMaximumProficiencywithRemoteId(java.lang.String remoteId)Provider's unique identifierEntitySkillsCreateRequestDtoMaximumProficiencywithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierEntitySkillsCreateRequestDtoMaximumProficiencywithSourceValue(EntitySkillsCreateRequestDtoSourceValue sourceValue)EntitySkillsCreateRequestDtoMaximumProficiencywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoSourceValue> sourceValue)EntitySkillsCreateRequestDtoMaximumProficiencywithValue(EntitySkillsCreateRequestDtoValue value)EntitySkillsCreateRequestDtoMaximumProficiencywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoValue> value)
-
-
-
Constructor Detail
-
EntitySkillsCreateRequestDtoMaximumProficiency
public EntitySkillsCreateRequestDtoMaximumProficiency(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 EntitySkillsCreateRequestDtoValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoSourceValue> sourceValue)
-
EntitySkillsCreateRequestDtoMaximumProficiency
public EntitySkillsCreateRequestDtoMaximumProficiency()
-
-
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<EntitySkillsCreateRequestDtoValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EntitySkillsCreateRequestDtoSourceValue> sourceValue()
-
builder
public static EntitySkillsCreateRequestDtoMaximumProficiency.Builder builder()
-
withId
public EntitySkillsCreateRequestDtoMaximumProficiency withId(java.lang.String id)
Unique identifier
-
withId
public EntitySkillsCreateRequestDtoMaximumProficiency withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public EntitySkillsCreateRequestDtoMaximumProficiency withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public EntitySkillsCreateRequestDtoMaximumProficiency withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public EntitySkillsCreateRequestDtoMaximumProficiency withName(java.lang.String name)
The name associated with this proficiency
-
withName
public EntitySkillsCreateRequestDtoMaximumProficiency withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this proficiency
-
withValue
public EntitySkillsCreateRequestDtoMaximumProficiency withValue(EntitySkillsCreateRequestDtoValue value)
-
withValue
public EntitySkillsCreateRequestDtoMaximumProficiency withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoValue> value)
-
withSourceValue
public EntitySkillsCreateRequestDtoMaximumProficiency withSourceValue(EntitySkillsCreateRequestDtoSourceValue sourceValue)
-
withSourceValue
public EntitySkillsCreateRequestDtoMaximumProficiency withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsCreateRequestDtoSourceValue> 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
-
-