public final class Response<T> extends Object
Constructor and Description |
---|
Response(int responseCode,
Map<String,String> headers,
T body) |
Modifier and Type | Method and Description |
---|---|
T |
getBody() |
Map<String,String> |
getHeaders() |
int |
getResponseCode() |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.