Class ExportToOtherAuthorisedGraph.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<ExportToOtherAuthorisedGraph,ExportToOtherAuthorisedGraph.Builder>
-
- uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph.Builder
-
- All Implemented Interfaces:
Export.Builder<ExportToOtherAuthorisedGraph,ExportToOtherAuthorisedGraph.Builder>
,ExportTo.Builder<ExportToOtherAuthorisedGraph,Iterable<? extends Element>,ExportToOtherAuthorisedGraph.Builder>
,Input.Builder<ExportToOtherAuthorisedGraph,Iterable<? extends Element>,ExportToOtherAuthorisedGraph.Builder>
,InputOutput.Builder<ExportToOtherAuthorisedGraph,Iterable<? extends Element>,Iterable<? extends Element>,ExportToOtherAuthorisedGraph.Builder>
,Output.Builder<ExportToOtherAuthorisedGraph,Iterable<? extends Element>,ExportToOtherAuthorisedGraph.Builder>
,Operation.Builder<ExportToOtherAuthorisedGraph,ExportToOtherAuthorisedGraph.Builder>
- Enclosing class:
- ExportToOtherAuthorisedGraph
public static final class ExportToOtherAuthorisedGraph.Builder extends Operation.BaseBuilder<ExportToOtherAuthorisedGraph,ExportToOtherAuthorisedGraph.Builder> implements ExportTo.Builder<ExportToOtherAuthorisedGraph,Iterable<? extends Element>,ExportToOtherAuthorisedGraph.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportToOtherAuthorisedGraph.Builder
graphId(String graphId)
ExportToOtherAuthorisedGraph.Builder
parentSchemaIds(String... parentSchemaIds)
ExportToOtherAuthorisedGraph.Builder
parentSchemaIds(List<String> parentSchemaIds)
ExportToOtherAuthorisedGraph.Builder
parentStorePropertiesId(String parentStorePropertiesId)
-
Methods inherited from class uk.gov.gchq.gaffer.operation.Operation.BaseBuilder
_getOp, _self, build, option, options
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.export.Export.Builder
key
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.io.Input.Builder
input
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation.Builder
_getOp, _self
-
-
-
-
Method Detail
-
graphId
public ExportToOtherAuthorisedGraph.Builder graphId(String graphId)
-
parentStorePropertiesId
public ExportToOtherAuthorisedGraph.Builder parentStorePropertiesId(String parentStorePropertiesId)
-
parentSchemaIds
public ExportToOtherAuthorisedGraph.Builder parentSchemaIds(String... parentSchemaIds)
-
parentSchemaIds
public ExportToOtherAuthorisedGraph.Builder parentSchemaIds(List<String> parentSchemaIds)
-
-