Class CountryNotConfiguredInStoreErrorBuilder

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

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

     CountryNotConfiguredInStoreError countryNotConfiguredInStoreError = CountryNotConfiguredInStoreError.builder()
             .message("{message}")
             .plusStoreCountries(storeCountriesBuilder -> storeCountriesBuilder)
             .country("{country}")
             .build()