Class GraphQLSemanticErrorErrorBuilder

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

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

     GraphQLSemanticErrorError graphQLSemanticErrorError = GraphQLSemanticErrorError.builder()
             .build()