KnownTimelineItemSummaryEventType enum

Inheritance
Implemented types
Available extensions

Values

toolsOzoneModerationDefsModEventTakedown → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventTakedown')
toolsOzoneModerationDefsModEventReverseTakedown → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventReverseTakedown')
toolsOzoneModerationDefsModEventComment → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventComment')
toolsOzoneModerationDefsModEventReport → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventReport')
toolsOzoneModerationDefsModEventLabel → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventLabel')
toolsOzoneModerationDefsModEventAcknowledge → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventAcknowledge')
toolsOzoneModerationDefsModEventEscalate → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventEscalate')
toolsOzoneModerationDefsModEventMute → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventMute')
toolsOzoneModerationDefsModEventUnmute → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventUnmute')
toolsOzoneModerationDefsModEventMuteReporter → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventMuteReporter')
toolsOzoneModerationDefsModEventUnmuteReporter → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventUnmuteReporter')
toolsOzoneModerationDefsModEventEmail → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventEmail')
toolsOzoneModerationDefsModEventResolveAppeal → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventResolveAppeal')
toolsOzoneModerationDefsModEventDivert → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventDivert')
toolsOzoneModerationDefsModEventTag → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventTag')
toolsOzoneModerationDefsAccountEvent → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#accountEvent')
toolsOzoneModerationDefsIdentityEvent → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#identityEvent')
toolsOzoneModerationDefsRecordEvent → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#recordEvent')
toolsOzoneModerationDefsModEventPriorityScore → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#modEventPriorityScore')
toolsOzoneModerationDefsRevokeAccountCredentialsEvent → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#revokeAccountCredentialsEvent')
toolsOzoneModerationDefsAgeAssuranceEvent → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#ageAssuranceEvent')
toolsOzoneModerationDefsAgeAssuranceOverrideEvent → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#ageAssuranceOverrideEvent')
toolsOzoneModerationDefsTimelineEventPlcCreate → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#timelineEventPlcCreate')
toolsOzoneModerationDefsTimelineEventPlcOperation → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#timelineEventPlcOperation')
toolsOzoneModerationDefsTimelineEventPlcTombstone → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.moderation.defs#timelineEventPlcTombstone')
toolsOzoneHostingGetAccountHistoryAccountCreated → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.hosting.getAccountHistory#accountCreated')
toolsOzoneHostingGetAccountHistoryEmailConfirmed → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.hosting.getAccountHistory#emailConfirmed')
toolsOzoneHostingGetAccountHistoryPasswordUpdated → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.hosting.getAccountHistory#passwordUpdated')
toolsOzoneHostingGetAccountHistoryHandleUpdated → const KnownTimelineItemSummaryEventType
const KnownTimelineItemSummaryEventType('tools.ozone.hosting.getAccountHistory#handleUpdated')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Returns the value.
final

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

Static Methods

isKnownValue(String value) bool
valueOf(String? value) KnownTimelineItemSummaryEventType?

Constants

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