azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

117 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.apicenter.models.License"
fullName: "com.azure.resourcemanager.apicenter.models.License"
name: "License"
nameWithType: "License"
summary: "The license information for the API."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **License**"
constructors:
- uid: "com.azure.resourcemanager.apicenter.models.License.License()"
fullName: "com.azure.resourcemanager.apicenter.models.License.License()"
name: "License()"
nameWithType: "License.License()"
summary: "Creates an instance of License class."
syntax: "public License()"
desc: "Creates an instance of License class."
methods:
- uid: "com.azure.resourcemanager.apicenter.models.License.identifier()"
fullName: "com.azure.resourcemanager.apicenter.models.License.identifier()"
name: "identifier()"
nameWithType: "License.identifier()"
summary: "Get the identifier property: SPDX license information for the API."
syntax: "public String identifier()"
desc: "Get the identifier property: SPDX license information for the API. The identifier field is mutually exclusive of the URL field."
returns:
description: "the identifier value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.apicenter.models.License.name()"
fullName: "com.azure.resourcemanager.apicenter.models.License.name()"
name: "name()"
nameWithType: "License.name()"
summary: "Get the name property: Name of the license."
syntax: "public String name()"
desc: "Get the name property: Name of the license."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.apicenter.models.License.url()"
fullName: "com.azure.resourcemanager.apicenter.models.License.url()"
name: "url()"
nameWithType: "License.url()"
summary: "Get the url property: URL pointing to the license details."
syntax: "public String url()"
desc: "Get the url property: URL pointing to the license details. The URL field is mutually exclusive of the identifier field."
returns:
description: "the url value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.apicenter.models.License.validate()"
fullName: "com.azure.resourcemanager.apicenter.models.License.validate()"
name: "validate()"
nameWithType: "License.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.apicenter.models.License.withIdentifier(java.lang.String)"
fullName: "com.azure.resourcemanager.apicenter.models.License.withIdentifier(String identifier)"
name: "withIdentifier(String identifier)"
nameWithType: "License.withIdentifier(String identifier)"
summary: "Set the identifier property: SPDX license information for the API."
parameters:
- description: "the identifier value to set."
name: "identifier"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public License withIdentifier(String identifier)"
desc: "Set the identifier property: SPDX license information for the API. The identifier field is mutually exclusive of the URL field."
returns:
description: "the License object itself."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.License?alt=com.azure.resourcemanager.apicenter.models.License&text=License\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.License.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.apicenter.models.License.withName(String name)"
name: "withName(String name)"
nameWithType: "License.withName(String name)"
summary: "Set the name property: Name of the license."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public License withName(String name)"
desc: "Set the name property: Name of the license."
returns:
description: "the License object itself."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.License?alt=com.azure.resourcemanager.apicenter.models.License&text=License\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.License.withUrl(java.lang.String)"
fullName: "com.azure.resourcemanager.apicenter.models.License.withUrl(String url)"
name: "withUrl(String url)"
nameWithType: "License.withUrl(String url)"
summary: "Set the url property: URL pointing to the license details."
parameters:
- description: "the url value to set."
name: "url"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public License withUrl(String url)"
desc: "Set the url property: URL pointing to the license details. The URL field is mutually exclusive of the identifier field."
returns:
description: "the License object itself."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.License?alt=com.azure.resourcemanager.apicenter.models.License&text=License\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The license information for the API."
metadata: {}
package: "com.azure.resourcemanager.apicenter.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-apicenter:1.0.0