Class GetAllElements.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<GetAllElements,GetAllElements.Builder>
-
- uk.gov.gchq.gaffer.operation.impl.get.GetAllElements.Builder
-
- All Implemented Interfaces:
GraphFilters.Builder<GetAllElements,GetAllElements.Builder>
,OperationView.Builder<GetAllElements,GetAllElements.Builder>
,Output.Builder<GetAllElements,Iterable<? extends Element>,GetAllElements.Builder>
,Operation.Builder<GetAllElements,GetAllElements.Builder>
- Enclosing class:
- GetAllElements
public static class GetAllElements.Builder extends Operation.BaseBuilder<GetAllElements,GetAllElements.Builder> implements Output.Builder<GetAllElements,Iterable<? extends Element>,GetAllElements.Builder>, GraphFilters.Builder<GetAllElements,GetAllElements.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
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.graph.GraphFilters.Builder
directedType
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation.Builder
_getOp, _self
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.graph.OperationView.Builder
view
-
-