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