Interface TenantProvider
-
- All Known Subinterfaces:
Account
,ChatBot
,MessengerAccount
,SystemGroup
public interface TenantProvider
Represents an object, that has a tenant- Since:
- 10.0.16
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tenant
getTenant()
Returns the tenant
-
-
-
Method Detail
-
getTenant
Tenant getTenant()
Returns the tenant- Returns:
- the tenant object
- Since:
- 10.0.16
-
-