Class GraphDelegate.BaseBuilder<BUILDER extends GraphDelegate.BaseBuilder>
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate.BaseBuilder<BUILDER>
-
- Direct Known Subclasses:
AuthorisedGraphForExportDelegate.Builder,GraphDelegate.Builder,GraphForExportDelegate.Builder
- Enclosing class:
- GraphDelegate
public static class GraphDelegate.BaseBuilder<BUILDER extends GraphDelegate.BaseBuilder> extends Object
-
-
Constructor Summary
Constructors Constructor Description BaseBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BUILDER_self()Graphbuild()GraphSerialisablebuildGraphSerialisable()GraphcreateGraph()GraphSerialisablecreateGraphSerialisable()BUILDERgraphId(String graphId)BUILDERparentSchemaIds(List<String> parentSchemaIds)BUILDERparentStorePropertiesId(String parentStorePropertiesId)BUILDERschema(Schema schema)BUILDERstore(Store store)BUILDERstoreProperties(StoreProperties storeProperties)
-
-
-
Method Detail
-
_self
public BUILDER _self()
-
storeProperties
public BUILDER storeProperties(StoreProperties storeProperties)
-
createGraph
public Graph createGraph()
-
createGraphSerialisable
public GraphSerialisable createGraphSerialisable()
-
buildGraphSerialisable
public GraphSerialisable buildGraphSerialisable()
-
build
public Graph build()
-
-