Class EnumValuesMustMatchErrorBuilder

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

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

     EnumValuesMustMatchError enumValuesMustMatchError = EnumValuesMustMatchError.builder()
             .message("{message}")
             .build()