Uses of Class
com.syntifi.near.api.indexer.model.RecentActivityItem.RecentActivityActionKind
-
Packages that use RecentActivityItem.RecentActivityActionKind Package Description com.syntifi.near.api.indexer.model -
-
Uses of RecentActivityItem.RecentActivityActionKind in com.syntifi.near.api.indexer.model
Methods in com.syntifi.near.api.indexer.model that return RecentActivityItem.RecentActivityActionKind Modifier and Type Method Description static RecentActivityItem.RecentActivityActionKindRecentActivityItem.RecentActivityActionKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RecentActivityItem.RecentActivityActionKind[]RecentActivityItem.RecentActivityActionKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-