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