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

156 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract"
name: "OperationEntityBaseContract"
nameWithType: "OperationEntityBaseContract"
summary: "Api Operation Entity Base Contract 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 **OperationEntityBaseContract**"
constructors:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.OperationEntityBaseContract()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.OperationEntityBaseContract()"
name: "OperationEntityBaseContract()"
nameWithType: "OperationEntityBaseContract.OperationEntityBaseContract()"
syntax: "public OperationEntityBaseContract()"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.description()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.description()"
name: "description()"
nameWithType: "OperationEntityBaseContract.description()"
summary: "Get description of the operation."
syntax: "public String description()"
desc: "Get description of the operation. May include HTML formatting tags."
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.OperationEntityBaseContract.policies()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.policies()"
name: "policies()"
nameWithType: "OperationEntityBaseContract.policies()"
summary: "Get operation Policies."
syntax: "public String policies()"
desc: "Get operation Policies."
returns:
description: "the policies 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.OperationEntityBaseContract.request()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.request()"
name: "request()"
nameWithType: "OperationEntityBaseContract.request()"
summary: "Get an entity containing request details."
syntax: "public RequestContract request()"
desc: "Get an entity containing request details."
returns:
description: "the request value"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.RequestContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.RequestContract&text=RequestContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.responses()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.responses()"
name: "responses()"
nameWithType: "OperationEntityBaseContract.responses()"
summary: "Get array of Operation responses."
syntax: "public List<ResponseContract> responses()"
desc: "Get array of Operation responses."
returns:
description: "the responses 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.ResponseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract&text=ResponseContract\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.templateParameters()"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.templateParameters()"
name: "templateParameters()"
nameWithType: "OperationEntityBaseContract.templateParameters()"
summary: "Get collection of URL template parameters."
syntax: "public List<ParameterContract> templateParameters()"
desc: "Get collection of URL template parameters."
returns:
description: "the templateParameters 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.OperationEntityBaseContract.withDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "OperationEntityBaseContract.withDescription(String description)"
summary: "Set description of the operation."
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 OperationEntityBaseContract withDescription(String description)"
desc: "Set description of the operation. May include HTML formatting tags."
returns:
description: "the OperationEntityBaseContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract&text=OperationEntityBaseContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.withPolicies(java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.withPolicies(String policies)"
name: "withPolicies(String policies)"
nameWithType: "OperationEntityBaseContract.withPolicies(String policies)"
summary: "Set operation Policies."
parameters:
- description: "the policies value to set"
name: "policies"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationEntityBaseContract withPolicies(String policies)"
desc: "Set operation Policies."
returns:
description: "the OperationEntityBaseContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract&text=OperationEntityBaseContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.withRequest(com.microsoft.azure.management.apimanagement.v2019_01_01.RequestContract)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.withRequest(RequestContract request)"
name: "withRequest(RequestContract request)"
nameWithType: "OperationEntityBaseContract.withRequest(RequestContract request)"
summary: "Set an entity containing request details."
parameters:
- description: "the request value to set"
name: "request"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.RequestContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.RequestContract&text=RequestContract\" data-throw-if-not-resolved=\"False\" />"
syntax: "public OperationEntityBaseContract withRequest(RequestContract request)"
desc: "Set an entity containing request details."
returns:
description: "the OperationEntityBaseContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract&text=OperationEntityBaseContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.withResponses(java.util.List<com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.withResponses(List<ResponseContract> responses)"
name: "withResponses(List<ResponseContract> responses)"
nameWithType: "OperationEntityBaseContract.withResponses(List<ResponseContract> responses)"
summary: "Set array of Operation responses."
parameters:
- description: "the responses value to set"
name: "responses"
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.ResponseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.ResponseContract&text=ResponseContract\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public OperationEntityBaseContract withResponses(List<ResponseContract> responses)"
desc: "Set array of Operation responses."
returns:
description: "the OperationEntityBaseContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract&text=OperationEntityBaseContract\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.withTemplateParameters(java.util.List<com.microsoft.azure.management.apimanagement.v2019_01_01.ParameterContract>)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract.withTemplateParameters(List<ParameterContract> templateParameters)"
name: "withTemplateParameters(List<ParameterContract> templateParameters)"
nameWithType: "OperationEntityBaseContract.withTemplateParameters(List<ParameterContract> templateParameters)"
summary: "Set collection of URL template parameters."
parameters:
- description: "the templateParameters value to set"
name: "templateParameters"
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 OperationEntityBaseContract withTemplateParameters(List<ParameterContract> templateParameters)"
desc: "Set collection of URL template parameters."
returns:
description: "the OperationEntityBaseContract object itself."
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.OperationEntityBaseContract&text=OperationEntityBaseContract\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Api Operation Entity Base 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