Class QuotasListNextResponse

java.lang.Object
com.azure.core.http.rest.ResponseBase<QuotasListNextHeaders,QuotaLimits>
com.azure.resourcemanager.reservations.models.QuotasListNextResponse
All Implemented Interfaces:
com.azure.core.http.rest.Response<QuotaLimits>

public final class QuotasListNextResponse extends com.azure.core.http.rest.ResponseBase<QuotasListNextHeaders,QuotaLimits>
Contains all response data for the listNext operation.
  • Constructor Details

    • QuotasListNextResponse

      public QuotasListNextResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, QuotaLimits value, QuotasListNextHeaders headers)
      Creates an instance of QuotasListNextResponse.
      Parameters:
      request - the request which resulted in this QuotasListNextResponse.
      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<QuotasListNextHeaders,QuotaLimits>
      Returns:
      the deserialized response body.