ActionType enum

Inheritance

Constructors

ActionType()
const

Values

ADDED → const ActionType
DELETED → const ActionType
UPDATED → const ActionType
ATTRIBUTES_UPDATED → const ActionType
ATTRIBUTES_DELETED → const ActionType
RPC_CALL → const ActionType
CREDENTIALS_UPDATED → const ActionType
ASSIGNED_TO_CUSTOMER → const ActionType
UNASSIGNED_FROM_CUSTOMER → const ActionType
ACTIVATED → const ActionType
SUSPENDED → const ActionType
CREDENTIALS_READ → const ActionType
ATTRIBUTES_READ → const ActionType
RELATION_ADD_OR_UPDATE → const ActionType
RELATION_DELETED → const ActionType
RELATIONS_DELETED → const ActionType
ALARM_ACK → const ActionType
ALARM_CLEAR → const ActionType
ALARM_DELETE → const ActionType
ALARM_ASSIGNED → const ActionType
ALARM_UNASSIGNED → const ActionType
LOGIN → const ActionType
LOGOUT → const ActionType
LOCKOUT → const ActionType
ASSIGNED_FROM_TENANT → const ActionType
ASSIGNED_TO_TENANT → const ActionType
PROVISION_SUCCESS → const ActionType
PROVISION_FAILURE → const ActionType
TIMESERIES_UPDATED → const ActionType
TIMESERIES_DELETED → const ActionType
ASSIGNED_TO_EDGE → const ActionType
UNASSIGNED_FROM_EDGE → const ActionType
ADDED_COMMENT → const ActionType
UPDATED_COMMENT → const ActionType
DELETED_COMMENT → const ActionType
SMS_SENT → const ActionType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<ActionType>
A constant List of the values in this enum, in order of their declaration.