Class GatewaysUpdateResponse

java.lang.Object
com.azure.core.http.rest.ResponseBase<GatewaysUpdateHeaders,GatewayContractInner>
com.azure.resourcemanager.apimanagement.models.GatewaysUpdateResponse
All Implemented Interfaces:
com.azure.core.http.rest.Response<GatewayContractInner>

public final class GatewaysUpdateResponse extends com.azure.core.http.rest.ResponseBase<GatewaysUpdateHeaders,GatewayContractInner>
Contains all response data for the update operation.
  • Constructor Details

    • GatewaysUpdateResponse

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