AlertProcessingRulesDeleteResponse Class

public final class AlertProcessingRulesDeleteResponse
extends ResponseBase<AlertProcessingRulesDeleteHeaders,Void>

Contains all response data for the delete operation.

Constructor Summary

Constructor Description
AlertProcessingRulesDeleteResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, Void value, AlertProcessingRulesDeleteHeaders headers)

Creates an instance of AlertProcessingRulesDeleteResponse.

Methods inherited from ResponseBase

Methods inherited from java.lang.Object

Constructor Details

AlertProcessingRulesDeleteResponse

public AlertProcessingRulesDeleteResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, Void value, AlertProcessingRulesDeleteHeaders headers)

Creates an instance of AlertProcessingRulesDeleteResponse.

Parameters:

request - the request which resulted in this AlertProcessingRulesDeleteResponse.
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.

Applies to