| Modifier and Type | Method and Description |
|---|---|
GraphTraversal |
GraphTraversal.withDescription(Message description) |
GraphTraversal |
GraphTraversal.withEdgeTraversals(List<EdgeTraversal> edgeTraversals) |
GraphTraversal |
GraphTraversal.withImmutableState(ImmutableState__1 immutableState) |
GraphTraversal |
GraphTraversal.withInitialState(InitialState__1 initialState) |
GraphTraversal |
GraphTraversal.withProperties(PropertyBag properties) |
GraphTraversal |
GraphTraversal.withResultGraphIndex(Integer resultGraphIndex) |
GraphTraversal |
GraphTraversal.withRunGraphIndex(Integer runGraphIndex) |
| Modifier and Type | Method and Description |
|---|---|
Set<GraphTraversal> |
Result.getGraphTraversals()
An array of one or more unique 'graphTraversal' objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setGraphTraversals(Set<GraphTraversal> graphTraversals)
An array of one or more unique 'graphTraversal' objects.
|
Result |
Result.withGraphTraversals(Set<GraphTraversal> graphTraversals) |
Copyright © 2020 Contrast Security. All rights reserved.