Interface GraphQLQueryRequest.IBuildStage
- All Known Implementing Classes:
GraphQLQueryRequest.Builder
- Enclosing class:
GraphQLQueryRequest
public static interface GraphQLQueryRequest.IBuildStage
Definition of a stage for staged builder.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builder method of the builder.withVariables(Map<String, Object> variables) Builder method for variables parameter.
-
Method Details
-
withVariables
Builder method for variables parameter.- Parameters:
variables- field to set- Returns:
- builder
-
build
GraphQLQueryRequest build()Builder method of the builder.- Returns:
- built class
-