Package | Description |
---|---|
com.arangodb.entity |
Modifier and Type | Method and Description |
---|---|
CollectionStatus |
CollectionEntity.getStatus() |
CollectionStatus |
CollectionStatusTypeAdapter.read(com.google.gson.stream.JsonReader in) |
static CollectionStatus |
CollectionStatus.valueOf(int status) |
static CollectionStatus |
CollectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionStatus[] |
CollectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionEntity.setStatus(CollectionStatus status) |
void |
CollectionStatusTypeAdapter.write(com.google.gson.stream.JsonWriter out,
CollectionStatus value) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.