public abstract class EdgeBuilderBase extends ElementBuilder<Edge> implements EdgeMutation
DEFAULT_KEY| Modifier | Constructor and Description |
|---|---|
protected |
EdgeBuilderBase(String edgeId,
String label,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
EdgeMutation |
alterEdgeLabel(String newEdgeLabel) |
String |
getEdgeId() |
String |
getLabel() |
String |
getNewEdgeLabel() |
Visibility |
getVisibility() |
abstract Edge |
save(Authorizations authorizations)
Save the edge along with any properties that were set to the graph.
|
addPropertyValue, addPropertyValue, getIndexHint, getProperties, getPropertyRemoves, removeProperty, removeProperty, removeProperty, setIndexHint, setProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyValue, addPropertyValue, getProperties, getPropertyRemoves, removeProperty, removeProperty, removeProperty, setIndexHint, setProperty, setPropertyprotected EdgeBuilderBase(String edgeId, String label, Visibility visibility)
public String getEdgeId()
public String getLabel()
public Visibility getVisibility()
public EdgeMutation alterEdgeLabel(String newEdgeLabel)
alterEdgeLabel in interface EdgeMutationpublic String getNewEdgeLabel()
getNewEdgeLabel in interface EdgeMutationpublic abstract Edge save(Authorizations authorizations)
save in interface ElementMutation<Edge>save in class ElementBuilder<Edge>Copyright © 2014–2015. All rights reserved.