ApiIssueCommentsGetResponse Class

public final class ApiIssueCommentsGetResponse
extends ResponseBase<ApiIssueCommentsGetHeaders,IssueCommentContractInner>

Contains all response data for the get operation.

Constructor Summary

Constructor Description
ApiIssueCommentsGetResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, IssueCommentContractInner value, ApiIssueCommentsGetHeaders headers)

Creates an instance of ApiIssueCommentsGetResponse.

Method Summary

Modifier and Type Method and Description
IssueCommentContractInner getValue()

Gets the deserialized response body.

Methods inherited from ResponseBase

Methods inherited from java.lang.Object

Constructor Details

ApiIssueCommentsGetResponse

public ApiIssueCommentsGetResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, IssueCommentContractInner value, ApiIssueCommentsGetHeaders headers)

Creates an instance of ApiIssueCommentsGetResponse.

Parameters:

request - the request which resulted in this ApiIssueCommentsGetResponse.
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 IssueCommentContractInner getValue()

Gets the deserialized response body.

Overrides:

ApiIssueCommentsGetResponse.getValue()

Returns:

the deserialized response body.

Applies to