public class CollectionsEntity extends BaseEntity
| Constructor and Description |
|---|
CollectionsEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<CollectionEntity> |
getCollections() |
Map<String,CollectionEntity> |
getNames() |
void |
setCollections(List<CollectionEntity> collections) |
void |
setNames(Map<String,CollectionEntity> names) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotFound, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCodepublic List<CollectionEntity> getCollections()
public Map<String,CollectionEntity> getNames()
public void setCollections(List<CollectionEntity> collections)
public void setNames(Map<String,CollectionEntity> names)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.