Package io.smallrye.graphql.client.core
Interface Variable
- All Superinterfaces:
Buildable
-
Method Summary
Modifier and TypeMethodDescriptiongetName()getType()voidsetDefaultValue(Optional<Object> value) voidsetDirectives(List<Directive> directives) voidvoidsetType(VariableType value) static Variablevar(String name, ScalarType scalarType) static Variablevar(String name, ScalarType scalarType, Object defaultValue) static Variablevar(String name, VariableType varType) static Variablevar(String name, VariableType varType, Object defaultValue) static Variablestatic Variablestatic VariablevarWithDirectives(String name, ScalarType scalarType, Object defaultValue, List<Directive> directives) static VariablevarWithDirectives(String name, ScalarType scalarType, List<Directive> directives) static VariablevarWithDirectives(String name, VariableType varType, Object defaultValue, List<Directive> directives) static VariablevarWithDirectives(String name, VariableType varType, List<Directive> directives) static VariablevarWithDirectives(String name, String objectTypeName, Object defaultValue, List<Directive> directives) static VariablevarWithDirectives(String name, String objectTypeName, List<Directive> directives)
-
Method Details
-
vars
-
var
-
varWithDirectives
-
var
-
varWithDirectives
-
var
-
varWithDirectives
-
var
-
varWithDirectives
-
var
-
varWithDirectives
-
var
-
varWithDirectives
-
getName
String getName() -
setName
-
getType
VariableType getType() -
setType
-
getDefaultValue
-
setDefaultValue
-
getDirectives
-
setDirectives
-