public final class TenantId extends Identifier<String>
Modifier and Type | Field and Description |
---|---|
static TenantId |
NONE
Represents no tenant, or an unspecified tenant.
|
identifier
Modifier | Constructor and Description |
---|---|
protected |
TenantId() |
Modifier and Type | Method and Description |
---|---|
static TenantId |
tenantId(String id)
Creates a tenant id using the supplied backing id.
|
equals, hashCode, id, toString
public static final TenantId NONE