Class GraphQLCountryNotConfiguredInStoreErrorBuilder

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

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

     GraphQLCountryNotConfiguredInStoreError graphQLCountryNotConfiguredInStoreError = GraphQLCountryNotConfiguredInStoreError.builder()
             .plusStoreCountries(storeCountriesBuilder -> storeCountriesBuilder)
             .country("{country}")
             .build()