Class GraphForExportDelegate.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate.BaseBuilder<GraphForExportDelegate.Builder>
-
- uk.gov.gchq.gaffer.operation.export.graph.GraphForExportDelegate.Builder
-
- Enclosing class:
- GraphForExportDelegate
public static class GraphForExportDelegate.Builder extends GraphDelegate.BaseBuilder<GraphForExportDelegate.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphForExportDelegate.Builder
_self()
Graph
createGraph()
-
Methods inherited from class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate.BaseBuilder
build, buildGraphSerialisable, createGraphSerialisable, graphId, parentSchemaIds, parentStorePropertiesId, schema, store, storeProperties
-
-
-
-
Method Detail
-
_self
public GraphForExportDelegate.Builder _self()
- Overrides:
_self
in classGraphDelegate.BaseBuilder<GraphForExportDelegate.Builder>
-
createGraph
public Graph createGraph()
- Overrides:
createGraph
in classGraphDelegate.BaseBuilder<GraphForExportDelegate.Builder>
-
-