Class MinimumProficiency
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MinimumProficiency
-
public class MinimumProficiency extends java.lang.ObjectMinimumProficiencyThe proficiency level of the skill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMinimumProficiency.Builder
-
Constructor Summary
Constructors Constructor Description MinimumProficiency()MinimumProficiency(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 EntitySkillsMinimumProficiencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMinimumProficiencySourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MinimumProficiency.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<EntitySkillsMinimumProficiencySourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EntitySkillsMinimumProficiencyValue>value()MinimumProficiencywithId(java.lang.String id)Unique identifierMinimumProficiencywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierMinimumProficiencywithName(java.lang.String name)The name associated with this proficiencyMinimumProficiencywithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this proficiencyMinimumProficiencywithRemoteId(java.lang.String remoteId)Provider's unique identifierMinimumProficiencywithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierMinimumProficiencywithSourceValue(EntitySkillsMinimumProficiencySourceValue sourceValue)MinimumProficiencywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMinimumProficiencySourceValue> sourceValue)MinimumProficiencywithValue(EntitySkillsMinimumProficiencyValue value)MinimumProficiencywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMinimumProficiencyValue> value)
-
-
-
Constructor Detail
-
MinimumProficiency
public MinimumProficiency(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 EntitySkillsMinimumProficiencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMinimumProficiencySourceValue> sourceValue)
-
MinimumProficiency
public MinimumProficiency()
-
-
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<EntitySkillsMinimumProficiencyValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EntitySkillsMinimumProficiencySourceValue> sourceValue()
-
builder
public static MinimumProficiency.Builder builder()
-
withId
public MinimumProficiency withId(java.lang.String id)
Unique identifier
-
withId
public MinimumProficiency withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public MinimumProficiency withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public MinimumProficiency withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public MinimumProficiency withName(java.lang.String name)
The name associated with this proficiency
-
withName
public MinimumProficiency withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this proficiency
-
withValue
public MinimumProficiency withValue(EntitySkillsMinimumProficiencyValue value)
-
withValue
public MinimumProficiency withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMinimumProficiencyValue> value)
-
withSourceValue
public MinimumProficiency withSourceValue(EntitySkillsMinimumProficiencySourceValue sourceValue)
-
withSourceValue
public MinimumProficiency withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMinimumProficiencySourceValue> 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
-
-