Class AbstractOperation
java.lang.Object
io.smallrye.graphql.client.impl.core.AbstractOperation
- All Implemented Interfaces:
Buildable,FragmentOrOperation,Operation
- Direct Known Subclasses:
OperationImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getType()voidsetDirectives(List<Directive> directives) voidsetFields(List<FieldOrFragment> fields) voidvoidsetType(OperationType type) voidsetVariables(List<Variable> vars)
-
Constructor Details
-
AbstractOperation
public AbstractOperation()
-
-
Method Details
-
getType
-
setType
-
getName
-
setName
-
getVariables
- Specified by:
getVariablesin interfaceOperation
-
setVariables
- Specified by:
setVariablesin interfaceOperation
-
getFields
-
setFields
-
getDirectives
- Specified by:
getDirectivesin interfaceOperation
-
setDirectives
- Specified by:
setDirectivesin interfaceOperation
-