TenantProfileService class

Constructors

TenantProfileService(ThingsboardClient tbClient)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteTenantProfile(String tenantProfileId, {RequestConfig? requestConfig}) Future<void>
getDefaultTenantProfileInfo({RequestConfig? requestConfig}) Future<EntityInfo>
getTenantProfile(String tenantProfileId, {RequestConfig? requestConfig}) Future<TenantProfile?>
getTenantProfileInfo(String tenantProfileId, {RequestConfig? requestConfig}) Future<EntityInfo?>
getTenantProfileInfos(PageLink pageLink, {RequestConfig? requestConfig}) Future<PageData<EntityInfo>>
getTenantProfiles(PageLink pageLink, {RequestConfig? requestConfig}) Future<PageData<TenantProfile>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveTenantProfile(TenantProfile tenantProfile, {RequestConfig? requestConfig}) Future<TenantProfile>
setDefaultTenantProfile(String tenantProfileId, {RequestConfig? requestConfig}) Future<TenantProfile>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited