-
public interface MenigaFeedItem
Copyright 2017 Meniga Iceland Inc.
-
-
Method Summary
Modifier and Type Method Description abstract MenigaFeedItem
clone()
abstract DateTime
getDate()
abstract String
getEventTypeIdentifier()
abstract String
getTopicName()
-
-
Method Detail
-
clone
abstract MenigaFeedItem clone()
-
getDate
abstract DateTime getDate()
-
getEventTypeIdentifier
abstract String getEventTypeIdentifier()
-
getTopicName
abstract String getTopicName()
-
-
-
-