Uses of Class
com.graphql_java_generator.client.request.InputParameter.InputParameterType
| Package | Description |
|---|---|
| com.graphql_java_generator.client.request |
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.InputParameterType Modifier and Type Method Description InputParameter.InputParameterTypeInputParameter. getType()static InputParameter.InputParameterTypeInputParameter.InputParameterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InputParameter.InputParameterType[]InputParameter.InputParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.graphql_java_generator.client.request with parameters of type InputParameter.InputParameterType Modifier and Type Method Description static InputParameterInputParameter. newBindParameter(java.lang.String name, java.lang.String bindParameterName, InputParameter.InputParameterType type, java.lang.String graphQLTypeName, boolean mandatory, int listDepth, boolean itemMandatory)Creates and returns a new instance ofInputParameter, which is bound to a bind variable.