Class PortalRevisionsGetResponse
java.lang.Object
com.azure.core.http.rest.ResponseBase<PortalRevisionsGetHeaders,PortalRevisionContractInner>
com.azure.resourcemanager.apimanagement.models.PortalRevisionsGetResponse
- All Implemented Interfaces:
com.azure.core.http.rest.Response<PortalRevisionContractInner>
public final class PortalRevisionsGetResponse
extends com.azure.core.http.rest.ResponseBase<PortalRevisionsGetHeaders,PortalRevisionContractInner>
Contains all response data for the get operation.
-
Constructor Summary
ConstructorsConstructorDescriptionPortalRevisionsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PortalRevisionContractInner value, PortalRevisionsGetHeaders headers) Creates an instance of PortalRevisionsGetResponse. -
Method Summary
Methods inherited from class com.azure.core.http.rest.ResponseBase
getDeserializedHeaders, getHeaders, getRequest, getStatusCode
-
Constructor Details
-
PortalRevisionsGetResponse
public PortalRevisionsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, PortalRevisionContractInner value, PortalRevisionsGetHeaders headers) Creates an instance of PortalRevisionsGetResponse.- Parameters:
request- the request which resulted in this PortalRevisionsGetResponse.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
Gets the deserialized response body.- Specified by:
getValuein interfacecom.azure.core.http.rest.Response<PortalRevisionContractInner>- Overrides:
getValuein classcom.azure.core.http.rest.ResponseBase<PortalRevisionsGetHeaders,PortalRevisionContractInner> - Returns:
- the deserialized response body.
-