Uses of Class
io.smallrye.graphql.schema.model.Execute
-
-
Uses of Execute in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return Execute Modifier and Type Method Description ExecuteOperation. getExecute()static ExecuteExecute. valueOf(String name)Returns the enum constant of this type with the specified name.static Execute[]Execute. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.graphql.schema.model with parameters of type Execute Modifier and Type Method Description voidOperation. setExecute(Execute execute)Constructors in io.smallrye.graphql.schema.model with parameters of type Execute Constructor Description Operation(String className, String methodName, String propertyName, String name, Reference reference, OperationType operationType, Execute execute)
-