Uses of Class
com.azure.resourcemanager.apimanagement.models.ResponseContract
Packages that use ResponseContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ResponseContract in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type ResponseContractModifier and TypeMethodDescriptionOperationContractInner.responses()Get the responses property: Array of Operation responses.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type ResponseContractModifier and TypeMethodDescriptionOperationContractInner.withResponses(List<ResponseContract> responses) Set the responses property: Array of Operation responses.OperationContractProperties.withResponses(List<ResponseContract> responses) Set the responses property: Array of Operation responses.OperationUpdateContractProperties.withResponses(List<ResponseContract> responses) Set the responses property: Array of Operation responses. -
Uses of ResponseContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ResponseContractModifier and TypeMethodDescriptionstatic ResponseContractResponseContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResponseContract from the JsonReader.ResponseContract.withDescription(String description) Set the description property: Operation response description.ResponseContract.withHeaders(List<ParameterContract> headers) Set the headers property: Collection of operation response headers.ResponseContract.withRepresentations(List<RepresentationContract> representations) Set the representations property: Collection of operation response representations.ResponseContract.withStatusCode(int statusCode) Set the statusCode property: Operation response HTTP status code.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ResponseContractModifier and TypeMethodDescriptionOperationContract.responses()Gets the responses property: Array of Operation responses.OperationEntityBaseContract.responses()Get the responses property: Array of Operation responses.OperationUpdateContract.responses()Get the responses property: Array of Operation responses.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ResponseContractModifier and TypeMethodDescriptionOperationContract.DefinitionStages.WithResponses.withResponses(List<ResponseContract> responses) Specifies the responses property: Array of Operation responses..OperationContract.UpdateStages.WithResponses.withResponses(List<ResponseContract> responses) Specifies the responses property: Array of Operation responses..OperationEntityBaseContract.withResponses(List<ResponseContract> responses) Set the responses property: Array of Operation responses.OperationUpdateContract.withResponses(List<ResponseContract> responses) Set the responses property: Array of Operation responses.