Class GraphQLNoMatchingProductDiscountFoundErrorBuilder

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

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

     GraphQLNoMatchingProductDiscountFoundError graphQLNoMatchingProductDiscountFoundError = GraphQLNoMatchingProductDiscountFoundError.builder()
             .build()