Uses of Class
io.smallrye.graphql.schema.model.EnumValue
-
-
Uses of EnumValue in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return types with arguments of type EnumValue Modifier and Type Method Description Set<EnumValue>EnumType. getValues()Methods in io.smallrye.graphql.schema.model with parameters of type EnumValue Modifier and Type Method Description voidEnumType. addValue(EnumValue value)Method parameters in io.smallrye.graphql.schema.model with type arguments of type EnumValue Modifier and Type Method Description voidEnumType. setValues(Set<EnumValue> values)
-