Class GraphQLVariablesMapBuilder

java.lang.Object
com.commercetools.api.models.graph_ql.GraphQLVariablesMapBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<GraphQLVariablesMap>

public class GraphQLVariablesMapBuilder extends Object implements io.vrap.rmf.base.client.Builder<GraphQLVariablesMap>
GraphQLVariablesMapBuilder
Example to create an instance using the builder pattern

     GraphQLVariablesMap graphQLVariablesMap = GraphQLVariablesMap.builder()
             .build()