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 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

      public QuotaLimits getValue()
      Gets the deserialized response body.
      Specified by:
      getValue in interface com.azure.core.http.rest.Response<QuotaLimits>
      Overrides:
      getValue in class com.azure.core.http.rest.ResponseBase<QuotasListHeaders,QuotaLimits>
      Returns:
      the deserialized response body.