Class GraphQLContentTooLargeErrorBuilder

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

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

     GraphQLContentTooLargeError graphQLContentTooLargeError = GraphQLContentTooLargeError.builder()
             .build()