Class GraphQLSyntaxErrorErrorBuilder

java.lang.Object
com.commercetools.api.models.error.GraphQLSyntaxErrorErrorBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<GraphQLSyntaxErrorError>

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

     GraphQLSyntaxErrorError graphQLSyntaxErrorError = GraphQLSyntaxErrorError.builder()
             .build()