| Package | Description |
|---|---|
| com.graphql_java_generator.client.request |
This package contains all the classes used to generate the requests toward the GraphQL server.
|
| Modifier and Type | Method and Description |
|---|---|
static InputParameter |
InputParameter.newBindParameter(String name,
String bindParameterName,
boolean mandatory)
Creates and returns a new instance of
InputParameter, which is bound to a bind variable. |
static InputParameter |
InputParameter.newHardCodedParameter(String name,
Object value)
Creates and returns a new instance of
InputParameter, which value is given, and can not be changed
afterwards |
| Modifier and Type | Method and Description |
|---|---|
List<InputParameter> |
ObjectResponse.getInputParameters()
Retrieves the
InputParameter for the field, which response is defined by this instance |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectResponse.addInputParameter(InputParameter inputParameter)
Add an
InputParameter to this object. |
Builder |
Builder.withInputParameter(InputParameter inputParameter)
Add an
InputParameter to the current Object Response definition. |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectResponse.addInputParameters(List<InputParameter> inputParameters)
Add a list of
InputParameters to this object. |
Builder |
Builder.withInputParameters(List<InputParameter> inputParameters)
Add a list of
InputParameters to the current Object Response definition. |
Copyright © 2020. All rights reserved.