Uses of Class
com.azure.resourcemanager.appservice.models.Response
Packages that use Response
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of Response in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ResponseModifier and TypeMethodDescriptionstatic ResponseResponse.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Response from the JsonReader.RequestHistoryProperties.response()Get the response property: The response.Response.withBodyLink(ContentLink bodyLink) Set the bodyLink property: Details on the location of the body content.Response.withHeaders(Object headers) Set the headers property: A list of all the headers attached to the response.Response.withStatusCode(Integer statusCode) Set the statusCode property: The status code of the response.Methods in com.azure.resourcemanager.appservice.models with parameters of type ResponseModifier and TypeMethodDescriptionRequestHistoryProperties.withResponse(Response response) Set the response property: The response.