Uses of Enum Class
com.graphql_java_generator.client.request.InputParameter.InputParameterType
Packages that use InputParameter.InputParameterType
Package
Description
This package contains all the classes used to generate the requests toward the GraphQL server.
-
Uses of InputParameter.InputParameterType in com.graphql_java_generator.client.request
Methods in com.graphql_java_generator.client.request that return InputParameter.InputParameterTypeModifier and TypeMethodDescriptionInputParameter.getType()Returns the enum constant of this class with the specified name.static InputParameter.InputParameterType[]InputParameter.InputParameterType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.graphql_java_generator.client.request with parameters of type InputParameter.InputParameterTypeModifier and TypeMethodDescriptionstatic InputParameterInputParameter.newBindParameter(String schema, String name, String bindParameterName, InputParameter.InputParameterType type, String graphQLTypeName, boolean mandatory, int listDepth, boolean itemMandatory) Creates and returns a new instance ofInputParameter, which is bound to a bind variable.