Package io.smallrye.graphql.client.impl
Class RequestImpl
java.lang.Object
io.smallrye.graphql.client.impl.RequestImpl
- All Implemented Interfaces:
Request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetVariable(String key) voidsetOperationName(String operationName) setVariable(String key, Object value) voidsetVariables(Map<String, Object> variables) toJson()jakarta.json.JsonObjecttoString()
-
Constructor Details
-
RequestImpl
-
-
Method Details
-
toJson
-
toJsonObject
public jakarta.json.JsonObject toJsonObject()- Specified by:
toJsonObjectin interfaceRequest
-
getDocument
- Specified by:
getDocumentin interfaceRequest
-
getVariables
- Specified by:
getVariablesin interfaceRequest
-
setVariables
- Specified by:
setVariablesin interfaceRequest
-
getVariable
- Specified by:
getVariablein interfaceRequest
-
setVariable
- Specified by:
setVariablein interfaceRequest
-
getOperationName
-
setOperationName
-
resetVariables
- Specified by:
resetVariablesin interfaceRequest
-
toString
-
equals
-