Uses of Class
com.azure.resourcemanager.apimanagement.models.OperationEntityBaseContract
Packages that use OperationEntityBaseContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of OperationEntityBaseContract in com.azure.resourcemanager.apimanagement.fluent.models
Modifier and TypeClassDescriptionfinal classOperation Contract Properties.final classOperation Update Contract Properties. -
Uses of OperationEntityBaseContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return OperationEntityBaseContractModifier and TypeMethodDescriptionstatic OperationEntityBaseContractOperationEntityBaseContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationEntityBaseContract from the JsonReader.OperationEntityBaseContract.withDescription(String description) Set the description property: Description of the operation.OperationEntityBaseContract.withPolicies(String policies) Set the policies property: Operation Policies.OperationEntityBaseContract.withRequest(RequestContract request) Set the request property: An entity containing request details.OperationEntityBaseContract.withResponses(List<ResponseContract> responses) Set the responses property: Array of Operation responses.OperationEntityBaseContract.withTemplateParameters(List<ParameterContract> templateParameters) Set the templateParameters property: Collection of URL template parameters.