Class EnumValuesMustMatchErrorBuilder

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

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

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

    • EnumValuesMustMatchErrorBuilder

      public EnumValuesMustMatchErrorBuilder()
  • Method Details