Class QuotasListResponse
java.lang.Object
com.azure.core.http.rest.ResponseBase<QuotasListHeaders,QuotaLimits>
com.azure.resourcemanager.reservations.models.QuotasListResponse
- All Implemented Interfaces:
com.azure.core.http.rest.Response<QuotaLimits>
public final class QuotasListResponse
extends com.azure.core.http.rest.ResponseBase<QuotasListHeaders,QuotaLimits>
Contains all response data for the list operation.
-
Constructor Summary
ConstructorsConstructorDescriptionQuotasListResponse
(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, QuotaLimits value, QuotasListHeaders headers) Creates an instance of QuotasListResponse. -
Method Summary
Methods inherited from class com.azure.core.http.rest.ResponseBase
getDeserializedHeaders, getHeaders, getRequest, getStatusCode
-
Constructor Details
-
QuotasListResponse
public QuotasListResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, QuotaLimits value, QuotasListHeaders headers) Creates an instance of QuotasListResponse.- Parameters:
request
- the request which resulted in this QuotasListResponse.statusCode
- the status code of the HTTP response.rawHeaders
- the raw headers of the HTTP response.value
- the deserialized value of the HTTP response.headers
- the deserialized headers of the HTTP response.
-
-
Method Details
-
getValue
Gets the deserialized response body.- Specified by:
getValue
in interfacecom.azure.core.http.rest.Response<QuotaLimits>
- Overrides:
getValue
in classcom.azure.core.http.rest.ResponseBase<QuotasListHeaders,
QuotaLimits> - Returns:
- the deserialized response body.
-