Interface GraphQLQueryRequest.IBuildStage
-
- All Known Implementing Classes:
GraphQLQueryRequest.Builder
- Enclosing class:
- GraphQLQueryRequest
public static interface GraphQLQueryRequest.IBuildStageDefinition of a stage for staged builder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphQLQueryRequestbuild()Builder method of the builder.GraphQLQueryRequest.IBuildStagewithVariables(Map<String,Object> variables)Builder method for variables parameter.
-
-
-
Method Detail
-
withVariables
GraphQLQueryRequest.IBuildStage withVariables(Map<String,Object> variables)
Builder method for variables parameter.- Parameters:
variables- field to set- Returns:
- builder
-
build
GraphQLQueryRequest build()
Builder method of the builder.- Returns:
- built class
-
-