Class PolicyRestrictionsUpdateResponse

java.lang.Object
com.azure.core.http.rest.ResponseBase<PolicyRestrictionsUpdateHeaders,PolicyRestrictionContractInner>
com.azure.resourcemanager.apimanagement.models.PolicyRestrictionsUpdateResponse
All Implemented Interfaces:
com.azure.core.http.rest.Response<PolicyRestrictionContractInner>

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

    • PolicyRestrictionsUpdateResponse

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