public abstract class VertexBuilder extends ElementBuilder<Vertex>
DEFAULT_KEY| Constructor and Description |
|---|
VertexBuilder(String vertexId,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
String |
getVertexId() |
Visibility |
getVisibility() |
abstract Vertex |
save(Authorizations authorizations)
Save the vertex along with any properties that were set to the graph.
|
addPropertyValue, addPropertyValue, addPropertyValue, deleteProperty, deleteProperty, deleteProperty, getIndexHint, getProperties, getPropertyDeletes, getPropertySoftDeletes, hasChanges, setIndexHint, setProperty, setProperty, softDeleteProperty, softDeleteProperty, softDeletePropertypublic VertexBuilder(String vertexId, Visibility visibility)
public abstract Vertex save(Authorizations authorizations)
save in interface ElementMutation<Vertex>save in class ElementBuilder<Vertex>public String getVertexId()
public Visibility getVisibility()
Copyright © 2014–2017. All rights reserved.