Uses of Enum Class
io.smallrye.graphql.schema.model.ReferenceType
-
Uses of ReferenceType in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return ReferenceTypeModifier and TypeMethodDescriptionReference.getType()This represent the GraphQL Typestatic ReferenceTypeReturns the enum constant of this class with the specified name.static ReferenceType[]ReferenceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.smallrye.graphql.schema.model with parameters of type ReferenceTypeModifier and TypeMethodDescriptionvoidReference.setType(ReferenceType type) Reference.Builder.type(ReferenceType type) Constructors in io.smallrye.graphql.schema.model with parameters of type ReferenceTypeModifierConstructorDescriptionprotectedReference(String className, String name, ReferenceType type)