TetaAnalyticsType enum

Inheritance

Constructors

TetaAnalyticsType()
const

Values

teta → const TetaAnalyticsType
tetaAuthSignUp → const TetaAnalyticsType
tetaAuthSignIn → const TetaAnalyticsType
tetaAuthSignOut → const TetaAnalyticsType
tetaAuthSaveCredentials → const TetaAnalyticsType
tetaAuthRetrieveCredentials → const TetaAnalyticsType
tetaAuthGetCurrentUser → const TetaAnalyticsType
tetaAuthRetrieveUsers → const TetaAnalyticsType
tetaAuthDeleteUser → const TetaAnalyticsType
tetaAuthQueryAyaya → const TetaAnalyticsType
createCollection → const TetaAnalyticsType
deleteCollection → const TetaAnalyticsType
insertDocument → const TetaAnalyticsType
deleteDocument → const TetaAnalyticsType
getCollection → const TetaAnalyticsType
getCollectionCount → const TetaAnalyticsType
getCollections → const TetaAnalyticsType
updateCollection → const TetaAnalyticsType
updateDocument → const TetaAnalyticsType
customQuery → const TetaAnalyticsType
getBackups → const TetaAnalyticsType
downloadBackup → const TetaAnalyticsType
restoreBackup → const TetaAnalyticsType
streamCollection → const TetaAnalyticsType
getPolicies → const TetaAnalyticsType
insertPolicy → const TetaAnalyticsType
deletePolicy → const TetaAnalyticsType
db → const TetaAnalyticsType
store → const TetaAnalyticsType
usage → const TetaAnalyticsType
emailInfo → const TetaAnalyticsType
emailInsertTemplate → const TetaAnalyticsType
emailDeleteTemplate → const TetaAnalyticsType
emailUpdateTemplate → const TetaAnalyticsType
emailSend → const TetaAnalyticsType

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<TetaAnalyticsType>
A constant List of the values in this enum, in order of their declaration.