Uses of Class
io.smallrye.graphql.schema.model.OperationType
-
-
Uses of OperationType in io.smallrye.graphql.schema.model
Methods in io.smallrye.graphql.schema.model that return OperationType Modifier and Type Method Description OperationTypeOperation. getOperationType()static OperationTypeOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationType[]OperationType. 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 OperationType Modifier and Type Method Description voidOperation. setOperationType(OperationType operationType)Constructors in io.smallrye.graphql.schema.model with parameters of type OperationType Constructor Description Operation(String className, String methodName, String propertyName, String name, Reference reference, OperationType operationType, Execute execute)
-