T - The deserialized type of the response content, available from Response.getValue().public interface Response<T>
ResponseBase| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
getHeaders()
Gets the headers from the HTTP response.
|
HttpRequest |
getRequest()
Gets the HTTP request which resulted in this response.
|
int |
getStatusCode()
Gets the HTTP response status code.
|
T |
getValue()
Gets the deserialized value of the HTTP response.
|
int getStatusCode()
HttpHeaders getHeaders()
HttpRequest getRequest()
T getValue()
Copyright © 2021 Microsoft Corporation. All rights reserved.