Class Skills


  • public class Skills
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Skills.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Skills()  
      Skills​(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 SkillsActive> active, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsHierarchy> hierarchy, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguage> language, org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevel> level)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      org.openapitools.jackson.nullable.JsonNullable<SkillsActive> active()
      Whether the skill is active and therefore available for use
      static Skills.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<SkillsHierarchy> hierarchy()
      The hierarchal level of the skill
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      The ID associated with this skill
      org.openapitools.jackson.nullable.JsonNullable<SkillsLanguage> language()
      The language associated with this skill
      org.openapitools.jackson.nullable.JsonNullable<SkillsLevel> level()
      Deprecated.
      field: This will be removed in a future release, please migrate away from it as soon as possible.
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      The name associated with this skill
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      Skills withActive​(SkillsActive active)
      Whether the skill is active and therefore available for use
      Skills withActive​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsActive> active)
      Whether the skill is active and therefore available for use
      Skills withHierarchy​(SkillsHierarchy hierarchy)
      The hierarchal level of the skill
      Skills withHierarchy​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsHierarchy> hierarchy)
      The hierarchal level of the skill
      Skills withId​(java.lang.String id)
      The ID associated with this skill
      Skills withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      The ID associated with this skill
      Skills withLanguage​(SkillsLanguage language)
      The language associated with this skill
      Skills withLanguage​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguage> language)
      The language associated with this skill
      Skills withLevel​(SkillsLevel level)
      Deprecated.
      field: This will be removed in a future release, please migrate away from it as soon as possible.
      Skills withLevel​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevel> level)
      Deprecated.
      field: This will be removed in a future release, please migrate away from it as soon as possible.
      Skills withName​(java.lang.String name)
      The name associated with this skill
      Skills withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name associated with this skill
      Skills withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Skills withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Skills

        public Skills​(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 SkillsActive> active,
                      org.openapitools.jackson.nullable.JsonNullable<? extends SkillsHierarchy> hierarchy,
                      org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguage> language,
                      org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevel> level)
      • Skills

        public Skills()
    • 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<SkillsActive> active()
        Whether the skill is active and therefore available for use
      • hierarchy

        public org.openapitools.jackson.nullable.JsonNullable<SkillsHierarchy> hierarchy()
        The hierarchal level of the skill
      • language

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

        @Deprecated
        public org.openapitools.jackson.nullable.JsonNullable<SkillsLevel> level()
        Deprecated.
        field: This will be removed in a future release, please migrate away from it as soon as possible.
        The hierarchal level of the skill
      • withId

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

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

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

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

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

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

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

        public Skills withActive​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsActive> active)
        Whether the skill is active and therefore available for use
      • withHierarchy

        public Skills withHierarchy​(SkillsHierarchy hierarchy)
        The hierarchal level of the skill
      • withHierarchy

        public Skills withHierarchy​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsHierarchy> hierarchy)
        The hierarchal level of the skill
      • withLanguage

        public Skills withLanguage​(SkillsLanguage language)
        The language associated with this skill
      • withLanguage

        public Skills withLanguage​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLanguage> language)
        The language associated with this skill
      • withLevel

        @Deprecated
        public Skills withLevel​(SkillsLevel level)
        Deprecated.
        field: This will be removed in a future release, please migrate away from it as soon as possible.
        The hierarchal level of the skill
      • withLevel

        @Deprecated
        public Skills withLevel​(org.openapitools.jackson.nullable.JsonNullable<? extends SkillsLevel> level)
        Deprecated.
        field: This will be removed in a future release, please migrate away from it as soon as possible.
        The hierarchal 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