Class AbstractVariable
java.lang.Object
io.smallrye.graphql.client.impl.core.AbstractVariable
- Direct Known Subclasses:
VariableImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getType()voidsetDefaultValue(Optional<Object> value) voidsetDirectives(List<Directive> directives) voidvoidsetType(VariableType type)
-
Constructor Details
-
AbstractVariable
public AbstractVariable()
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceVariable
-
setDefaultValue
- Specified by:
setDefaultValuein interfaceVariable
-
getDirectives
- Specified by:
getDirectivesin interfaceVariable
-
setDirectives
- Specified by:
setDirectivesin interfaceVariable
-