Class GraphQLSyntaxErrorErrorBuilder

java.lang.Object
com.commercetools.api.models.error.GraphQLSyntaxErrorErrorBuilder
All Implemented Interfaces:
Builder<GraphQLSyntaxErrorError>

public class GraphQLSyntaxErrorErrorBuilder extends Object implements Builder<GraphQLSyntaxErrorError>
GraphQLSyntaxErrorErrorBuilder
Example to create an instance using the builder pattern

     GraphQLSyntaxErrorError graphQLSyntaxErrorError = GraphQLSyntaxErrorError.builder()
             .build()
 
  • Constructor Details

    • GraphQLSyntaxErrorErrorBuilder

      public GraphQLSyntaxErrorErrorBuilder()
  • Method Details