Class MaximumProficiency
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MaximumProficiency
-
public class MaximumProficiency extends java.lang.ObjectMaximumProficiencyThe proficiency level of the skill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMaximumProficiency.Builder
-
Constructor Summary
Constructors Constructor Description MaximumProficiency()MaximumProficiency(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 EntitySkillsMaximumProficiencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMaximumProficiencySourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MaximumProficiency.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<EntitySkillsMaximumProficiencySourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<EntitySkillsMaximumProficiencyValue>value()MaximumProficiencywithId(java.lang.String id)Unique identifierMaximumProficiencywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierMaximumProficiencywithName(java.lang.String name)The name associated with this proficiencyMaximumProficiencywithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this proficiencyMaximumProficiencywithRemoteId(java.lang.String remoteId)Provider's unique identifierMaximumProficiencywithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierMaximumProficiencywithSourceValue(EntitySkillsMaximumProficiencySourceValue sourceValue)MaximumProficiencywithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMaximumProficiencySourceValue> sourceValue)MaximumProficiencywithValue(EntitySkillsMaximumProficiencyValue value)MaximumProficiencywithValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMaximumProficiencyValue> value)
-
-
-
Constructor Detail
-
MaximumProficiency
public MaximumProficiency(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 EntitySkillsMaximumProficiencyValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMaximumProficiencySourceValue> sourceValue)
-
MaximumProficiency
public MaximumProficiency()
-
-
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<EntitySkillsMaximumProficiencyValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<EntitySkillsMaximumProficiencySourceValue> sourceValue()
-
builder
public static final MaximumProficiency.Builder builder()
-
withId
public MaximumProficiency withId(java.lang.String id)
Unique identifier
-
withId
public MaximumProficiency withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public MaximumProficiency withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public MaximumProficiency withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public MaximumProficiency withName(java.lang.String name)
The name associated with this proficiency
-
withName
public MaximumProficiency withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this proficiency
-
withValue
public MaximumProficiency withValue(EntitySkillsMaximumProficiencyValue value)
-
withValue
public MaximumProficiency withValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMaximumProficiencyValue> value)
-
withSourceValue
public MaximumProficiency withSourceValue(EntitySkillsMaximumProficiencySourceValue sourceValue)
-
withSourceValue
public MaximumProficiency withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends EntitySkillsMaximumProficiencySourceValue> 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
-
-