Class GraphQLContentTooLargeErrorBuilder

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

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

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