public class BatchResponseListEntity extends BaseEntity
| Constructor and Description |
|---|
BatchResponseListEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchResponseEntity> |
getBatchResponseEntities() |
BatchResponseEntity |
getResponseFromRequestId(String requestId) |
void |
setBatchResponseEntities(List<BatchResponseEntity> batchResponseEntities) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode, toStringpublic List<BatchResponseEntity> getBatchResponseEntities()
public void setBatchResponseEntities(List<BatchResponseEntity> batchResponseEntities)
public BatchResponseEntity getResponseFromRequestId(String requestId) throws ArangoException
ArangoExceptionCopyright © 2012–2016 ArangoDB GmbH. All rights reserved.