Class ReferenceExistsErrorBuilder

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

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

     ReferenceExistsError referenceExistsError = ReferenceExistsError.builder()
             .message("{message}")
             .build()