TenantId constructor

TenantId(
  1. String id
)

Implementation

TenantId(String id) : super(EntityType.TENANT, id);