2020-12-04 14:02:06 +03:00
### YamlMime:JavaType
uid : "com.azure.core.http.rest.ResponseBase"
fullName : "com.azure.core.http.rest.ResponseBase<H,T>"
name : "ResponseBase<H,T>"
nameWithType : "ResponseBase<H,T>"
summary : "The response of a REST request."
inheritances :
2022-08-11 07:43:16 +03:00
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
2020-12-04 14:02:06 +03:00
inheritedMembers :
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax : "public class ResponseBase<H,T> implements Response<T>"
constructors :
- "com.azure.core.http.rest.ResponseBase.ResponseBase(com.azure.core.http.HttpRequest,int,com.azure.core.http.HttpHeaders,T,H)"
methods :
- "com.azure.core.http.rest.ResponseBase.getDeserializedHeaders()"
- "com.azure.core.http.rest.ResponseBase.getHeaders()"
- "com.azure.core.http.rest.ResponseBase.getRequest()"
- "com.azure.core.http.rest.ResponseBase.getStatusCode()"
- "com.azure.core.http.rest.ResponseBase.getValue()"
type : "class"
typeParameters :
2022-08-11 07:43:16 +03:00
- description : "The deserialized type of the response headers."
name : "H"
- description : "The deserialized type of the response value, available from <xref uid=\"Response#getValue()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response#getValue()\"></xref>."
name : "T"
desc : "The response of a REST request."
2020-12-04 14:02:06 +03:00
implements :
- "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />>"
metadata : {}
package : "com.azure.core.http.rest"
2022-08-10 05:41:55 +03:00
artifact : com.azure:azure-core:1.31.0