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()
Get the headers from the HTTP response.
|
HttpRequest |
getRequest()
Get the HTTP request which resulted in this response.
|
int |
getStatusCode()
Get the HTTP response status code.
|
T |
getValue() |
int getStatusCode()
HttpHeaders getHeaders()
HttpRequest getRequest()
T getValue()
Copyright © 2019 Microsoft Corporation. All rights reserved.