Uses of Class
com.azure.resourcemanager.apimanagement.models.RequestContract
Packages that use RequestContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of RequestContract in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return RequestContractModifier and TypeMethodDescriptionOperationContractInner.request()Get the request property: An entity containing request details.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type RequestContractModifier and TypeMethodDescriptionOperationContractInner.withRequest(RequestContract request) Set the request property: An entity containing request details.OperationContractProperties.withRequest(RequestContract request) Set the request property: An entity containing request details.OperationUpdateContractProperties.withRequest(RequestContract request) Set the request property: An entity containing request details. -
Uses of RequestContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return RequestContractModifier and TypeMethodDescriptionstatic RequestContractRequestContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RequestContract from the JsonReader.OperationContract.request()Gets the request property: An entity containing request details.OperationEntityBaseContract.request()Get the request property: An entity containing request details.OperationUpdateContract.request()Get the request property: An entity containing request details.RequestContract.withDescription(String description) Set the description property: Operation request description.RequestContract.withHeaders(List<ParameterContract> headers) Set the headers property: Collection of operation request headers.RequestContract.withQueryParameters(List<ParameterContract> queryParameters) Set the queryParameters property: Collection of operation request query parameters.RequestContract.withRepresentations(List<RepresentationContract> representations) Set the representations property: Collection of operation request representations.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type RequestContractModifier and TypeMethodDescriptionOperationContract.DefinitionStages.WithRequest.withRequest(RequestContract request) Specifies the request property: An entity containing request details..OperationContract.UpdateStages.WithRequest.withRequest(RequestContract request) Specifies the request property: An entity containing request details..OperationEntityBaseContract.withRequest(RequestContract request) Set the request property: An entity containing request details.OperationUpdateContract.withRequest(RequestContract request) Set the request property: An entity containing request details.