CustomerId constructor

CustomerId(
  1. String id
)

Implementation

CustomerId(String id) : super(EntityType.CUSTOMER, id);