Package com.commercetools.graphql.api
Class GraphQLRequestImpl<T>
java.lang.Object
com.commercetools.graphql.api.GraphQLRequestImpl<T>
- All Implemented Interfaces:
com.commercetools.api.client.ProjectRequestBuilder<ByProjectKeyGraphqlQuery<T>>,com.commercetools.api.models.graph_ql.GraphQLRequest,GraphQLRequest<T>,io.vrap.rmf.base.client.ModelBase
public class GraphQLRequestImpl<T>
extends Object
implements GraphQLRequest<T>, io.vrap.rmf.base.client.ModelBase
GraphQLRequest
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetQuery()com.commercetools.api.models.graph_ql.GraphQLVariablesMapinthashCode()voidsetDataMapper(Function<GraphQLData, T> dataMapper) voidsetOperationName(String operationName) voidvoidsetVariables(com.commercetools.api.models.graph_ql.GraphQLVariablesMap variables) Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.api.models.graph_ql.GraphQLRequest
withGraphQLRequestMethods inherited from interface com.commercetools.graphql.api.GraphQLRequest
buildMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
GraphQLRequestImpl
public GraphQLRequestImpl()create empty instance
-
-
Method Details
-
getQuery
- Specified by:
getQueryin interfacecom.commercetools.api.models.graph_ql.GraphQLRequest
-
getOperationName
- Specified by:
getOperationNamein interfacecom.commercetools.api.models.graph_ql.GraphQLRequest
-
getVariables
public com.commercetools.api.models.graph_ql.GraphQLVariablesMap getVariables()- Specified by:
getVariablesin interfacecom.commercetools.api.models.graph_ql.GraphQLRequest
-
setQuery
- Specified by:
setQueryin interfacecom.commercetools.api.models.graph_ql.GraphQLRequest
-
setOperationName
- Specified by:
setOperationNamein interfacecom.commercetools.api.models.graph_ql.GraphQLRequest
-
setVariables
public void setVariables(com.commercetools.api.models.graph_ql.GraphQLVariablesMap variables) - Specified by:
setVariablesin interfacecom.commercetools.api.models.graph_ql.GraphQLRequest
-
equals
-
hashCode
public int hashCode() -
getDataMapper
- Specified by:
getDataMapperin interfaceGraphQLRequest<T>
-
setDataMapper
- Specified by:
setDataMapperin interfaceGraphQLRequest<T>
-