### YamlMime:JavaType uid: "com.azure.search.models.Skillset" fullName: "com.azure.search.models.Skillset" name: "Skillset" nameWithType: "Skillset" summary: "A list of skills." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **Skillset**" constructors: - uid: "com.azure.search.models.Skillset.Skillset()" fullName: "com.azure.search.models.Skillset.Skillset()" name: "Skillset()" nameWithType: "Skillset.Skillset()" syntax: "public Skillset()" methods: - uid: "com.azure.search.models.Skillset.getCognitiveServicesAccount()" fullName: "com.azure.search.models.Skillset.getCognitiveServicesAccount()" name: "getCognitiveServicesAccount()" nameWithType: "Skillset.getCognitiveServicesAccount()" summary: "Get the cognitiveServicesAccount property: Details about cognitive services to be used when running skills." syntax: "public CognitiveServicesAccount getCognitiveServicesAccount()" desc: "Get the cognitiveServicesAccount property: Details about cognitive services to be used when running skills." returns: description: "the cognitiveServicesAccount value." type: "" - uid: "com.azure.search.models.Skillset.getDescription()" fullName: "com.azure.search.models.Skillset.getDescription()" name: "getDescription()" nameWithType: "Skillset.getDescription()" summary: "Get the description property: The description of the skillset." syntax: "public String getDescription()" desc: "Get the description property: The description of the skillset." returns: description: "the description value." type: "String" - uid: "com.azure.search.models.Skillset.getETag()" fullName: "com.azure.search.models.Skillset.getETag()" name: "getETag()" nameWithType: "Skillset.getETag()" summary: "Get the eTag property: The ETag of the skillset." syntax: "public String getETag()" desc: "Get the eTag property: The ETag of the skillset." returns: description: "the eTag value." type: "String" - uid: "com.azure.search.models.Skillset.getName()" fullName: "com.azure.search.models.Skillset.getName()" name: "getName()" nameWithType: "Skillset.getName()" summary: "Get the name property: The name of the skillset." syntax: "public String getName()" desc: "Get the name property: The name of the skillset." returns: description: "the name value." type: "String" - uid: "com.azure.search.models.Skillset.getSkills()" fullName: "com.azure.search.models.Skillset.getSkills()" name: "getSkills()" nameWithType: "Skillset.getSkills()" summary: "Get the skills property: A list of skills in the skillset." syntax: "public List getSkills()" desc: "Get the skills property: A list of skills in the skillset." returns: description: "the skills value." type: "List<>" - uid: "com.azure.search.models.Skillset.setCognitiveServicesAccount(com.azure.search.models.CognitiveServicesAccount)" fullName: "com.azure.search.models.Skillset.setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)" name: "setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)" nameWithType: "Skillset.setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)" summary: "Set the cognitiveServicesAccount property: Details about cognitive services to be used when running skills." parameters: - description: "the cognitiveServicesAccount value to\n set." name: "cognitiveServicesAccount" type: "" syntax: "public Skillset setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount)" desc: "Set the cognitiveServicesAccount property: Details about cognitive services to be used when running skills." returns: description: "the Skillset object itself." type: "" - uid: "com.azure.search.models.Skillset.setDescription(java.lang.String)" fullName: "com.azure.search.models.Skillset.setDescription(String description)" name: "setDescription(String description)" nameWithType: "Skillset.setDescription(String description)" summary: "Set the description property: The description of the skillset." parameters: - description: "the description value to set." name: "description" type: "String" syntax: "public Skillset setDescription(String description)" desc: "Set the description property: The description of the skillset." returns: description: "the Skillset object itself." type: "" - uid: "com.azure.search.models.Skillset.setETag(java.lang.String)" fullName: "com.azure.search.models.Skillset.setETag(String eTag)" name: "setETag(String eTag)" nameWithType: "Skillset.setETag(String eTag)" summary: "Set the eTag property: The ETag of the skillset." parameters: - description: "the eTag value to set." name: "eTag" type: "String" syntax: "public Skillset setETag(String eTag)" desc: "Set the eTag property: The ETag of the skillset." returns: description: "the Skillset object itself." type: "" - uid: "com.azure.search.models.Skillset.setName(java.lang.String)" fullName: "com.azure.search.models.Skillset.setName(String name)" name: "setName(String name)" nameWithType: "Skillset.setName(String name)" summary: "Set the name property: The name of the skillset." parameters: - description: "the name value to set." name: "name" type: "String" syntax: "public Skillset setName(String name)" desc: "Set the name property: The name of the skillset." returns: description: "the Skillset object itself." type: "" - uid: "com.azure.search.models.Skillset.setSkills(java.util.List)" fullName: "com.azure.search.models.Skillset.setSkills(List skills)" name: "setSkills(List skills)" nameWithType: "Skillset.setSkills(List skills)" summary: "Set the skills property: A list of skills in the skillset." parameters: - description: "the skills value to set." name: "skills" type: "List<>" syntax: "public Skillset setSkills(List skills)" desc: "Set the skills property: A list of skills in the skillset." returns: description: "the Skillset object itself." type: "" type: "class" desc: "A list of skills." metadata: {} package: "com.azure.search.models" artifact: com.azure:azure-search:11.0.0-beta.1