Class GetElementsWithinSet.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<GetElementsWithinSet,GetElementsWithinSet.Builder>
-
- uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet.Builder
-
- All Implemented Interfaces:
GraphFilters.Builder<GetElementsWithinSet,GetElementsWithinSet.Builder>
,OperationView.Builder<GetElementsWithinSet,GetElementsWithinSet.Builder>
,SeededGraphFilters.Builder<GetElementsWithinSet,GetElementsWithinSet.Builder>
,Input.Builder<GetElementsWithinSet,Iterable<? extends EntityId>,GetElementsWithinSet.Builder>
,InputOutput.Builder<GetElementsWithinSet,Iterable<? extends EntityId>,Iterable<? extends Element>,GetElementsWithinSet.Builder>
,MultiEntityIdInput.Builder<GetElementsWithinSet,GetElementsWithinSet.Builder>
,Output.Builder<GetElementsWithinSet,Iterable<? extends Element>,GetElementsWithinSet.Builder>
,Operation.Builder<GetElementsWithinSet,GetElementsWithinSet.Builder>
- Enclosing class:
- GetElementsWithinSet
public static class GetElementsWithinSet.Builder extends Operation.BaseBuilder<GetElementsWithinSet,GetElementsWithinSet.Builder> implements InputOutput.Builder<GetElementsWithinSet,Iterable<? extends EntityId>,Iterable<? extends Element>,GetElementsWithinSet.Builder>, MultiEntityIdInput.Builder<GetElementsWithinSet,GetElementsWithinSet.Builder>, SeededGraphFilters.Builder<GetElementsWithinSet,GetElementsWithinSet.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.io.MultiEntityIdInput.Builder
input, input, input, inputIds
-
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
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.graph.SeededGraphFilters.Builder
inOutType
-
-