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

117 строки
8.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest"
fullName: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest"
name: "ApiSpecImportRequest"
nameWithType: "ApiSpecImportRequest"
summary: "The API specification source entity properties."
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 **ApiSpecImportRequest**"
constructors:
- uid: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.ApiSpecImportRequest()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.ApiSpecImportRequest()"
name: "ApiSpecImportRequest()"
nameWithType: "ApiSpecImportRequest.ApiSpecImportRequest()"
summary: "Creates an instance of Api<wbr>Spec<wbr>Import<wbr>Request class."
syntax: "public ApiSpecImportRequest()"
desc: "Creates an instance of ApiSpecImportRequest class."
methods:
- uid: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.format()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.format()"
name: "format()"
nameWithType: "ApiSpecImportRequest.format()"
summary: "Get the format property: Format of the API specification source."
syntax: "public ApiSpecImportSourceFormat format()"
desc: "Get the format property: Format of the API specification source."
returns:
description: "the format value."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiSpecImportSourceFormat?alt=com.azure.resourcemanager.apicenter.models.ApiSpecImportSourceFormat&text=ApiSpecImportSourceFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.specification()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.specification()"
name: "specification()"
nameWithType: "ApiSpecImportRequest.specification()"
summary: "Get the specification property: API specification details."
syntax: "public ApiSpecImportRequestSpecification specification()"
desc: "Get the specification property: API specification details."
returns:
description: "the specification value."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiSpecImportRequestSpecification?alt=com.azure.resourcemanager.apicenter.models.ApiSpecImportRequestSpecification&text=ApiSpecImportRequestSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.validate()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.validate()"
name: "validate()"
nameWithType: "ApiSpecImportRequest.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.value()"
fullName: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.value()"
name: "value()"
nameWithType: "ApiSpecImportRequest.value()"
summary: "Get the value property: Value of the API specification source."
syntax: "public String value()"
desc: "Get the value property: Value of the API specification source."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.withFormat(com.azure.resourcemanager.apicenter.models.ApiSpecImportSourceFormat)"
fullName: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.withFormat(ApiSpecImportSourceFormat format)"
name: "withFormat(ApiSpecImportSourceFormat format)"
nameWithType: "ApiSpecImportRequest.withFormat(ApiSpecImportSourceFormat format)"
summary: "Set the format property: Format of the API specification source."
parameters:
- description: "the format value to set."
name: "format"
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiSpecImportSourceFormat?alt=com.azure.resourcemanager.apicenter.models.ApiSpecImportSourceFormat&text=ApiSpecImportSourceFormat\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiSpecImportRequest withFormat(ApiSpecImportSourceFormat format)"
desc: "Set the format property: Format of the API specification source."
returns:
description: "the ApiSpecImportRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest?alt=com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest&text=ApiSpecImportRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.withSpecification(com.azure.resourcemanager.apicenter.models.ApiSpecImportRequestSpecification)"
fullName: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.withSpecification(ApiSpecImportRequestSpecification specification)"
name: "withSpecification(ApiSpecImportRequestSpecification specification)"
nameWithType: "ApiSpecImportRequest.withSpecification(ApiSpecImportRequestSpecification specification)"
summary: "Set the specification property: API specification details."
parameters:
- description: "the specification value to set."
name: "specification"
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiSpecImportRequestSpecification?alt=com.azure.resourcemanager.apicenter.models.ApiSpecImportRequestSpecification&text=ApiSpecImportRequestSpecification\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApiSpecImportRequest withSpecification(ApiSpecImportRequestSpecification specification)"
desc: "Set the specification property: API specification details."
returns:
description: "the ApiSpecImportRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest?alt=com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest&text=ApiSpecImportRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.withValue(java.lang.String)"
fullName: "com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest.withValue(String value)"
name: "withValue(String value)"
nameWithType: "ApiSpecImportRequest.withValue(String value)"
summary: "Set the value property: Value of the API specification source."
parameters:
- description: "the value value to set."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApiSpecImportRequest withValue(String value)"
desc: "Set the value property: Value of the API specification source."
returns:
description: "the ApiSpecImportRequest object itself."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest?alt=com.azure.resourcemanager.apicenter.models.ApiSpecImportRequest&text=ApiSpecImportRequest\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The API specification source entity properties."
metadata: {}
package: "com.azure.resourcemanager.apicenter.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-apicenter:1.0.0