| Modifier and Type | Method and Description |
|---|---|
Graph |
Graph.withDescription(Message description) |
Graph |
Graph.withEdges(Set<Edge> edges) |
Graph |
Graph.withNodes(Set<Node> nodes) |
Graph |
Graph.withProperties(PropertyBag properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<Graph> |
Result.getGraphs()
An array of zero or more unique graph objects associated with the result.
|
Set<Graph> |
ExternalProperties.getGraphs()
An array of graph objects that will be merged with a separate run.
|
Set<Graph> |
Run.getGraphs()
An array of zero or more unique graph objects associated with the run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setGraphs(Set<Graph> graphs)
An array of zero or more unique graph objects associated with the result.
|
void |
ExternalProperties.setGraphs(Set<Graph> graphs)
An array of graph objects that will be merged with a separate run.
|
void |
Run.setGraphs(Set<Graph> graphs)
An array of zero or more unique graph objects associated with the run.
|
Result |
Result.withGraphs(Set<Graph> graphs) |
ExternalProperties |
ExternalProperties.withGraphs(Set<Graph> graphs) |
Run |
Run.withGraphs(Set<Graph> graphs) |
Copyright © 2020 Contrast Security. All rights reserved.