Package com.c8db.model
Class VertexCollectionCreateOptions
- java.lang.Object
-
- com.c8db.model.VertexCollectionCreateOptions
-
public class VertexCollectionCreateOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description VertexCollectionCreateOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VertexCollectionCreateOptionscollection(String collection)protected StringgetCollection()
-
-
-
Method Detail
-
getCollection
protected String getCollection()
-
collection
protected VertexCollectionCreateOptions collection(String collection)
- Parameters:
collection- The name of the collection- Returns:
- options
-
-