Class GraphQLInternalConstraintViolatedErrorBuilder

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

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

     GraphQLInternalConstraintViolatedError graphQLInternalConstraintViolatedError = GraphQLInternalConstraintViolatedError.builder()
             .build()