public class EdgeDefinitionEntity extends Object
Constructor and Description |
---|
EdgeDefinitionEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getCollection() |
List<String> |
getFrom() |
List<String> |
getTo() |
void |
setCollection(String collection) |
void |
setFrom(List<String> from) |
void |
setTo(List<String> to) |
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.