### YamlMime:JavaType uid: "com.azure.core.http.rest.Response" fullName: "com.azure.core.http.rest.Response" name: "Response" nameWithType: "Response" summary: "REST response with a strongly-typed content specified." syntax: "public interface **Response**" methods: - uid: "com.azure.core.http.rest.Response.getHeaders()" fullName: "com.azure.core.http.rest.Response.getHeaders()" name: "getHeaders()" nameWithType: "Response.getHeaders()" summary: "Gets the headers from the HTTP response." modifiers: - "abstract" syntax: "public abstract HttpHeaders getHeaders()" desc: "Gets the headers from the HTTP response." returns: description: "The HTTP response headers." type: "" - uid: "com.azure.core.http.rest.Response.getRequest()" fullName: "com.azure.core.http.rest.Response.getRequest()" name: "getRequest()" nameWithType: "Response.getRequest()" summary: "Gets the HTTP request which resulted in this response." modifiers: - "abstract" syntax: "public abstract HttpRequest getRequest()" desc: "Gets the HTTP request which resulted in this response." returns: description: "The HTTP request." type: "" - uid: "com.azure.core.http.rest.Response.getStatusCode()" fullName: "com.azure.core.http.rest.Response.getStatusCode()" name: "getStatusCode()" nameWithType: "Response.getStatusCode()" summary: "Gets the HTTP response status code." modifiers: - "abstract" syntax: "public abstract int getStatusCode()" desc: "Gets the HTTP response status code." returns: description: "The status code of the HTTP response." type: "" - uid: "com.azure.core.http.rest.Response.getValue()" fullName: "com.azure.core.http.rest.Response.getValue()" name: "getValue()" nameWithType: "Response.getValue()" summary: "Gets the deserialized value of the HTTP response." modifiers: - "abstract" syntax: "public abstract T getValue()" desc: "Gets the deserialized value of the HTTP response." returns: description: "The deserialized value of the HTTP response." type: "" type: "interface" typeParameters: - description: "The deserialized type of the response content, available from ." name: "T" desc: "REST response with a strongly-typed content specified." metadata: {} package: "com.azure.core.http.rest" artifact: com.azure:azure-core:1.54.0