EntityViewService class

Constructors

EntityViewService(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

deleteEntityView(String entityViewId, {RequestConfig? requestConfig}) Future<void>
findByQuery(EntityViewSearchQuery query, {RequestConfig? requestConfig}) Future<List<EntityView>>
getCustomerEntityViews(String customerId, PageLink pageLink, {String type = '', RequestConfig? requestConfig}) Future<PageData<EntityView>>
getEntityView(String entityViewId, {RequestConfig? requestConfig}) Future<EntityView?>
getEntityViewsByEntityGroupId(String entityGroupId, PageLink pageLink, {RequestConfig? requestConfig}) Future<PageData<EntityView>>
getEntityViewsByIds(List<String> entityViewIds, {RequestConfig? requestConfig}) Future<List<EntityView>>
getEntityViewTypes({RequestConfig? requestConfig}) Future<List<EntitySubtype>>
getTenantEntityView(String entityViewName, {RequestConfig? requestConfig}) Future<EntityView?>
getTenantEntityViews(PageLink pageLink, {String type = '', RequestConfig? requestConfig}) Future<PageData<EntityView>>
getUserEntityViews(PageLink pageLink, {String type = '', RequestConfig? requestConfig}) Future<PageData<EntityView>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveEntityView(EntityView entityView, {RequestConfig? requestConfig}) Future<EntityView>
toString() String
A string representation of this object.
inherited

Operators

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