azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

90 строки
8.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract"
name: "SchemaCreateOrUpdateContract"
nameWithType: "SchemaCreateOrUpdateContract"
summary: "Schema Contract details."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.ProxyResource?alt=com.microsoft.azure.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.ProxyResource.id()?alt=com.microsoft.azure.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.ProxyResource.name()?alt=com.microsoft.azure.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.ProxyResource.type()?alt=com.microsoft.azure.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **SchemaCreateOrUpdateContract**</br> extends <xref href=\"com.microsoft.azure.ProxyResource?alt=com.microsoft.azure.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract.SchemaCreateOrUpdateContract()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract.SchemaCreateOrUpdateContract()"
name: "SchemaCreateOrUpdateContract()"
nameWithType: "SchemaCreateOrUpdateContract.SchemaCreateOrUpdateContract()"
syntax: "public SchemaCreateOrUpdateContract()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract.contentType()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract.contentType()"
name: "contentType()"
nameWithType: "SchemaCreateOrUpdateContract.contentType()"
summary: "Get must be a valid a media type used in a Content-Type header as defined in the RFC 2616."
syntax: "public String contentType()"
desc: "Get must be a valid a media type used in a Content-Type header as defined in the RFC 2616. Media type of the schema document (e.g. application/json, application/xml). </br> - \\`Swagger\\` Schema use \\`application/vnd.ms-azure-apim.swagger.definitions+json\\` </br> - \\`WSDL\\` Schema use \\`application/vnd.ms-azure-apim.xsd+xml\\` </br> - \\`OpenApi\\` Schema use \\`application/vnd.oai.openapi.components+json\\` </br> - \\`WADL Schema\\` use \\`application/vnd.ms-azure-apim.wadl.grammars+xml\\`."
returns:
description: "the contentType value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract.value()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract.value()"
name: "value()"
nameWithType: "SchemaCreateOrUpdateContract.value()"
summary: "Get json escaped string defining the document representing the Schema."
syntax: "public String value()"
desc: "Get json escaped string defining the document representing the Schema."
returns:
description: "the value value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract.withContentType(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract.withContentType(String contentType)"
name: "withContentType(String contentType)"
nameWithType: "SchemaCreateOrUpdateContract.withContentType(String contentType)"
summary: "Set must be a valid a media type used in a Content-Type header as defined in the RFC 2616."
parameters:
- description: "the contentType value to set"
name: "contentType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SchemaCreateOrUpdateContract withContentType(String contentType)"
desc: "Set must be a valid a media type used in a Content-Type header as defined in the RFC 2616. Media type of the schema document (e.g. application/json, application/xml). </br> - \\`Swagger\\` Schema use \\`application/vnd.ms-azure-apim.swagger.definitions+json\\` </br> - \\`WSDL\\` Schema use \\`application/vnd.ms-azure-apim.xsd+xml\\` </br> - \\`OpenApi\\` Schema use \\`application/vnd.oai.openapi.components+json\\` </br> - \\`WADL Schema\\` use \\`application/vnd.ms-azure-apim.wadl.grammars+xml\\`."
returns:
description: "the SchemaCreateOrUpdateContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract&text=SchemaCreateOrUpdateContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract.withValue(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract.withValue(String value)"
name: "withValue(String value)"
nameWithType: "SchemaCreateOrUpdateContract.withValue(String value)"
summary: "Set json escaped string defining the document representing the Schema."
parameters:
- description: "the value value to set"
name: "value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SchemaCreateOrUpdateContract withValue(String value)"
desc: "Set json escaped string defining the document representing the Schema."
returns:
description: "the SchemaCreateOrUpdateContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.SchemaCreateOrUpdateContract&text=SchemaCreateOrUpdateContract\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Schema Contract details."
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1