Class AuthorisedGraphForExportDelegate.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate.BaseBuilder<AuthorisedGraphForExportDelegate.Builder>
-
- uk.gov.gchq.gaffer.operation.export.graph.AuthorisedGraphForExportDelegate.Builder
-
- Enclosing class:
- AuthorisedGraphForExportDelegate
public static class AuthorisedGraphForExportDelegate.Builder extends GraphDelegate.BaseBuilder<AuthorisedGraphForExportDelegate.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorisedGraphForExportDelegate.Builder
_self()
Graph
createGraph()
AuthorisedGraphForExportDelegate.Builder
idAuths(Map<String,List<String>> idAuths)
AuthorisedGraphForExportDelegate.Builder
user(User user)
-
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
-
idAuths
public AuthorisedGraphForExportDelegate.Builder idAuths(Map<String,List<String>> idAuths)
-
user
public AuthorisedGraphForExportDelegate.Builder user(User user)
-
_self
public AuthorisedGraphForExportDelegate.Builder _self()
- Overrides:
_self
in classGraphDelegate.BaseBuilder<AuthorisedGraphForExportDelegate.Builder>
-
createGraph
public Graph createGraph()
- Overrides:
createGraph
in classGraphDelegate.BaseBuilder<AuthorisedGraphForExportDelegate.Builder>
-
-