Class NewMasterVariantAdditionNotAllowedErrorBuilder

java.lang.Object
com.commercetools.importapi.models.errors.NewMasterVariantAdditionNotAllowedErrorBuilder
All Implemented Interfaces:
Builder<NewMasterVariantAdditionNotAllowedError>

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

     NewMasterVariantAdditionNotAllowedError newMasterVariantAdditionNotAllowedError = NewMasterVariantAdditionNotAllowedError.builder()
             .message("{message}")
             .build()