Class GraphQLExpiredCustomerEmailTokenErrorBuilder

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

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

     GraphQLExpiredCustomerEmailTokenError graphQLExpiredCustomerEmailTokenError = GraphQLExpiredCustomerEmailTokenError.builder()
             .build()