Class GraphQLMatchingPriceNotFoundErrorBuilder

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

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

     GraphQLMatchingPriceNotFoundError graphQLMatchingPriceNotFoundError = GraphQLMatchingPriceNotFoundError.builder()
             .productId("{productId}")
             .variantId(1)
             .build()