Class EntitySkills


  • public class EntitySkills
    extends java.lang.Object
    • Constructor Detail

      • EntitySkills

        public EntitySkills​(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<java.lang.Boolean> active,
                            org.openapitools.jackson.nullable.JsonNullable<? extends Language> language,
                            org.openapitools.jackson.nullable.JsonNullable<? extends MaximumProficiency> maximumProficiency,
                            org.openapitools.jackson.nullable.JsonNullable<? extends MinimumProficiency> minimumProficiency)
      • EntitySkills

        public EntitySkills()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        The ID associated with this skill
      • 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 skill
      • active

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active()
        Whether the skill is active and therefore available for use
      • language

        public org.openapitools.jackson.nullable.JsonNullable<Language> language()
        The language associated with this skill
      • maximumProficiency

        public org.openapitools.jackson.nullable.JsonNullable<MaximumProficiency> maximumProficiency()
        The proficiency level of the skill
      • minimumProficiency

        public org.openapitools.jackson.nullable.JsonNullable<MinimumProficiency> minimumProficiency()
        The proficiency level of the skill
      • withId

        public EntitySkills withId​(java.lang.String id)
        The ID associated with this skill
      • withId

        public EntitySkills withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        The ID associated with this skill
      • withRemoteId

        public EntitySkills withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public EntitySkills withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withName

        public EntitySkills withName​(java.lang.String name)
        The name associated with this skill
      • withName

        public EntitySkills withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name associated with this skill
      • withActive

        public EntitySkills withActive​(boolean active)
        Whether the skill is active and therefore available for use
      • withActive

        public EntitySkills withActive​(org.openapitools.jackson.nullable.JsonNullable<java.lang.Boolean> active)
        Whether the skill is active and therefore available for use
      • withLanguage

        public EntitySkills withLanguage​(Language language)
        The language associated with this skill
      • withLanguage

        public EntitySkills withLanguage​(org.openapitools.jackson.nullable.JsonNullable<? extends Language> language)
        The language associated with this skill
      • withMaximumProficiency

        public EntitySkills withMaximumProficiency​(org.openapitools.jackson.nullable.JsonNullable<? extends MaximumProficiency> maximumProficiency)
        The proficiency level of the skill
      • withMinimumProficiency

        public EntitySkills withMinimumProficiency​(org.openapitools.jackson.nullable.JsonNullable<? extends MinimumProficiency> minimumProficiency)
        The proficiency level of the skill
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object