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