Class GraphQLResponseBuilder

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

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

     GraphQLResponse graphQLResponse = GraphQLResponse.builder()
             .build()