Class Skills.Builder

  • Enclosing class:
    Skills

    public static final class Skills.Builder
    extends java.lang.Object
    • Method Detail

      • id

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

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

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

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

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

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

        public Skills.Builder active​(boolean active)
        Whether the skill is active and therefore available for use
      • active

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

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

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

        @Deprecated
        public Skills.Builder level​(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
      • level

        @Deprecated
        public Skills.Builder level​(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
      • build

        public Skills build()