TenantProfileId constructor

TenantProfileId(
  1. String id
)

Implementation

TenantProfileId(String id) : super(EntityType.TENANT_PROFILE, id);