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

132 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract"
name: "ResponseContract"
nameWithType: "ResponseContract"
summary: "Operation response 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 **ResponseContract**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.ResponseContract()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.ResponseContract()"
name: "ResponseContract()"
nameWithType: "ResponseContract.ResponseContract()"
syntax: "public ResponseContract()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.description()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.description()"
name: "description()"
nameWithType: "ResponseContract.description()"
summary: "Get operation response description."
syntax: "public String description()"
desc: "Get operation response description."
returns:
description: "the description 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.ResponseContract.headers()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.headers()"
name: "headers()"
nameWithType: "ResponseContract.headers()"
summary: "Get collection of operation response headers."
syntax: "public List<ParameterContract> headers()"
desc: "Get collection of operation response headers."
returns:
description: "the headers value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.representations()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.representations()"
name: "representations()"
nameWithType: "ResponseContract.representations()"
summary: "Get collection of operation response representations."
syntax: "public List<RepresentationContract> representations()"
desc: "Get collection of operation response representations."
returns:
description: "the representations value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.statusCode()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.statusCode()"
name: "statusCode()"
nameWithType: "ResponseContract.statusCode()"
summary: "Get operation response HTTP status code."
syntax: "public int statusCode()"
desc: "Get operation response HTTP status code."
returns:
description: "the statusCode value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "ResponseContract.withDescription(String description)"
summary: "Set operation response description."
parameters:
- description: "the description value to set"
name: "description"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResponseContract withDescription(String description)"
desc: "Set operation response description."
returns:
description: "the ResponseContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract&text=ResponseContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.withHeaders(java.util.List<com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.withHeaders(List<ParameterContract> headers)"
name: "withHeaders(List<ParameterContract> headers)"
nameWithType: "ResponseContract.withHeaders(List<ParameterContract> headers)"
summary: "Set collection of operation response headers."
parameters:
- description: "the headers value to set"
name: "headers"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
syntax: "public ResponseContract withHeaders(List<ParameterContract> headers)"
desc: "Set collection of operation response headers."
returns:
description: "the ResponseContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract&text=ResponseContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.withRepresentations(java.util.List<com.microsoft.azure.management.apimanagement.v2019_01_01.RepresentationContract>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.withRepresentations(List<RepresentationContract> representations)"
name: "withRepresentations(List<RepresentationContract> representations)"
nameWithType: "ResponseContract.withRepresentations(List<RepresentationContract> representations)"
summary: "Set collection of operation response representations."
parameters:
- description: "the representations value to set"
name: "representations"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<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\" />&gt;"
syntax: "public ResponseContract withRepresentations(List<RepresentationContract> representations)"
desc: "Set collection of operation response representations."
returns:
description: "the ResponseContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract&text=ResponseContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.withStatusCode(int)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract.withStatusCode(int statusCode)"
name: "withStatusCode(int statusCode)"
nameWithType: "ResponseContract.withStatusCode(int statusCode)"
summary: "Set operation response HTTP status code."
parameters:
- description: "the statusCode value to set"
name: "statusCode"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ResponseContract withStatusCode(int statusCode)"
desc: "Set operation response HTTP status code."
returns:
description: "the ResponseContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract&text=ResponseContract\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Operation response 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