Class ExactLockConflictErrorBuilder

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

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

     ExactLockConflictError exactLockConflictError = ExactLockConflictError.builder()
             .message("{message}")
             .sku("{sku}")
             .currency("{currency}")
             .build()