156 строки
12 KiB
YAML
156 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract"
|
|
name: "RepresentationContract"
|
|
nameWithType: "RepresentationContract"
|
|
summary: "Operation request/response representation details."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- 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 **RepresentationContract**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.RepresentationContract()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.RepresentationContract()"
|
|
name: "RepresentationContract()"
|
|
nameWithType: "RepresentationContract.RepresentationContract()"
|
|
syntax: "public RepresentationContract()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.contentType()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.contentType()"
|
|
name: "contentType()"
|
|
nameWithType: "RepresentationContract.contentType()"
|
|
summary: "Get specifies a registered or custom content type for this representation, e.<wbr>g."
|
|
syntax: "public String contentType()"
|
|
desc: "Get specifies a registered or custom content type for this representation, e.g. application/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.RepresentationContract.formParameters()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.formParameters()"
|
|
name: "formParameters()"
|
|
nameWithType: "RepresentationContract.formParameters()"
|
|
summary: "Get collection of form parameters."
|
|
syntax: "public List<ParameterContract> formParameters()"
|
|
desc: "Get collection of form parameters. Required if 'contentType' value is either 'application/x-www-form-urlencoded' or 'multipart/form-data'.."
|
|
returns:
|
|
description: "the formParameters value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract&text=ParameterContract\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.sample()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.sample()"
|
|
name: "sample()"
|
|
nameWithType: "RepresentationContract.sample()"
|
|
summary: "Get an example of the representation."
|
|
syntax: "public String sample()"
|
|
desc: "Get an example of the representation."
|
|
returns:
|
|
description: "the sample 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.RepresentationContract.schemaId()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.schemaId()"
|
|
name: "schemaId()"
|
|
nameWithType: "RepresentationContract.schemaId()"
|
|
summary: "Get schema identifier."
|
|
syntax: "public String schemaId()"
|
|
desc: "Get schema identifier. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'."
|
|
returns:
|
|
description: "the schemaId 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.RepresentationContract.typeName()"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.typeName()"
|
|
name: "typeName()"
|
|
nameWithType: "RepresentationContract.typeName()"
|
|
summary: "Get type name defined by the schema."
|
|
syntax: "public String typeName()"
|
|
desc: "Get type name defined by the schema. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'."
|
|
returns:
|
|
description: "the typeName 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.RepresentationContract.withContentType(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.withContentType(String contentType)"
|
|
name: "withContentType(String contentType)"
|
|
nameWithType: "RepresentationContract.withContentType(String contentType)"
|
|
summary: "Set specifies a registered or custom content type for this representation, e.<wbr>g."
|
|
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 RepresentationContract withContentType(String contentType)"
|
|
desc: "Set specifies a registered or custom content type for this representation, e.g. application/xml."
|
|
returns:
|
|
description: "the RepresentationContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract&text=RepresentationContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.withFormParameters(java.util.List<com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract>)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.withFormParameters(List<ParameterContract> formParameters)"
|
|
name: "withFormParameters(List<ParameterContract> formParameters)"
|
|
nameWithType: "RepresentationContract.withFormParameters(List<ParameterContract> formParameters)"
|
|
summary: "Set collection of form parameters."
|
|
parameters:
|
|
- description: "the formParameters value to set"
|
|
name: "formParameters"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract&text=ParameterContract\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RepresentationContract withFormParameters(List<ParameterContract> formParameters)"
|
|
desc: "Set collection of form parameters. Required if 'contentType' value is either 'application/x-www-form-urlencoded' or 'multipart/form-data'.."
|
|
returns:
|
|
description: "the RepresentationContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract&text=RepresentationContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.withSample(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.withSample(String sample)"
|
|
name: "withSample(String sample)"
|
|
nameWithType: "RepresentationContract.withSample(String sample)"
|
|
summary: "Set an example of the representation."
|
|
parameters:
|
|
- description: "the sample value to set"
|
|
name: "sample"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RepresentationContract withSample(String sample)"
|
|
desc: "Set an example of the representation."
|
|
returns:
|
|
description: "the RepresentationContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract&text=RepresentationContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.withSchemaId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.withSchemaId(String schemaId)"
|
|
name: "withSchemaId(String schemaId)"
|
|
nameWithType: "RepresentationContract.withSchemaId(String schemaId)"
|
|
summary: "Set schema identifier."
|
|
parameters:
|
|
- description: "the schemaId value to set"
|
|
name: "schemaId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RepresentationContract withSchemaId(String schemaId)"
|
|
desc: "Set schema identifier. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'."
|
|
returns:
|
|
description: "the RepresentationContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract&text=RepresentationContract\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.withTypeName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract.withTypeName(String typeName)"
|
|
name: "withTypeName(String typeName)"
|
|
nameWithType: "RepresentationContract.withTypeName(String typeName)"
|
|
summary: "Set type name defined by the schema."
|
|
parameters:
|
|
- description: "the typeName value to set"
|
|
name: "typeName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public RepresentationContract withTypeName(String typeName)"
|
|
desc: "Set type name defined by the schema. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'."
|
|
returns:
|
|
description: "the RepresentationContract object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract&text=RepresentationContract\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Operation request/response representation 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
|