Class GetExports.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<GetExports,GetExports.Builder>
-
- uk.gov.gchq.gaffer.operation.impl.export.GetExports.Builder
-
- All Implemented Interfaces:
Output.Builder<GetExports,Map<String,Iterable<?>>,GetExports.Builder>
,Operation.Builder<GetExports,GetExports.Builder>
- Enclosing class:
- GetExports
public static class GetExports.Builder extends Operation.BaseBuilder<GetExports,GetExports.Builder> implements Output.Builder<GetExports,Map<String,Iterable<?>>,GetExports.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetExports.Builder
exports(List<GetExport> exports)
GetExports.Builder
exports(GetExport... exports)
-
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.Operation.Builder
_getOp, _self
-
-
-
-
Method Detail
-
exports
public GetExports.Builder exports(List<GetExport> exports)
-
exports
public GetExports.Builder exports(GetExport... exports)
-
-