Class AbstractVariableType
java.lang.Object
io.smallrye.graphql.client.impl.core.AbstractVariableType
- All Implemented Interfaces:
Buildable,VariableType
- Direct Known Subclasses:
VariableTypeImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChild()getName()booleanvoidsetChild(VariableType child) voidvoidsetNonNull(boolean nonNull) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.graphql.client.core.VariableType
isList
-
Constructor Details
-
AbstractVariableType
public AbstractVariableType()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceVariableType
-
setName
- Specified by:
setNamein interfaceVariableType
-
isNonNull
public boolean isNonNull()- Specified by:
isNonNullin interfaceVariableType
-
setNonNull
public void setNonNull(boolean nonNull) - Specified by:
setNonNullin interfaceVariableType
-
getChild
- Specified by:
getChildin interfaceVariableType
-
setChild
- Specified by:
setChildin interfaceVariableType
-