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()GraphcreateGraph()AuthorisedGraphForExportDelegate.BuilderidAuths(Map<String,List<String>> idAuths)AuthorisedGraphForExportDelegate.Builderuser(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:
_selfin classGraphDelegate.BaseBuilder<AuthorisedGraphForExportDelegate.Builder>
-
createGraph
public Graph createGraph()
- Overrides:
createGraphin classGraphDelegate.BaseBuilder<AuthorisedGraphForExportDelegate.Builder>
-
-