Class UsagesListResponse

  • All Implemented Interfaces:
    com.azure.core.http.rest.Response<UsagesLimits>

    public final class UsagesListResponse
    extends com.azure.core.http.rest.ResponseBase<UsagesListHeaders,​UsagesLimits>
    Contains all response data for the list operation.
    • Constructor Detail

      • UsagesListResponse

        public UsagesListResponse​(com.azure.core.http.HttpRequest request,
                                  int statusCode,
                                  com.azure.core.http.HttpHeaders rawHeaders,
                                  UsagesLimits value,
                                  UsagesListHeaders headers)
        Creates an instance of UsagesListResponse.
        Parameters:
        request - the request which resulted in this UsagesListResponse.
        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 Detail

      • getValue

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