FeedOwnCapability enum

Inheritance
Available extensions
Annotations
  • @JsonEnum.new(alwaysCreate: true)

Values

addActivity → const FeedOwnCapability
addActivityBookmark → const FeedOwnCapability
addActivityReaction → const FeedOwnCapability
addComment → const FeedOwnCapability
addCommentReaction → const FeedOwnCapability
createFeed → const FeedOwnCapability
deleteAnyActivity → const FeedOwnCapability
deleteAnyComment → const FeedOwnCapability
deleteFeed → const FeedOwnCapability
deleteOwnActivity → const FeedOwnCapability
deleteOwnActivityBookmark → const FeedOwnCapability
deleteOwnActivityReaction → const FeedOwnCapability
deleteOwnComment → const FeedOwnCapability
deleteOwnCommentReaction → const FeedOwnCapability
follow → const FeedOwnCapability
pinActivity → const FeedOwnCapability
queryFeedMembers → const FeedOwnCapability
queryFollows → const FeedOwnCapability
readActivities → const FeedOwnCapability
readFeed → const FeedOwnCapability
unfollow → const FeedOwnCapability
updateAnyActivity → const FeedOwnCapability
updateAnyComment → const FeedOwnCapability
updateFeed → const FeedOwnCapability
updateFeedFollowers → const FeedOwnCapability
updateFeedMembers → const FeedOwnCapability
updateOwnActivity → const FeedOwnCapability
updateOwnActivityBookmark → const FeedOwnCapability
updateOwnComment → const FeedOwnCapability
unknown → const FeedOwnCapability

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

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