com.atlassian.confluence.mail.archive.content
Class MailFeedContentType

java.lang.Object
  extended by com.atlassian.confluence.mail.archive.content.MailFeedContentType
All Implemented Interfaces:
FeedCustomContentType

public class MailFeedContentType
extends java.lang.Object
implements FeedCustomContentType


Constructor Summary
MailFeedContentType()
           
 
Method Summary
 java.lang.String getI18nKey()
           
 java.lang.String getIdentifier()
           
 java.util.List<FeedCustomContentType> getSubTypes()
          Not yet implemented.
 SearchQuery toSearchQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailFeedContentType

public MailFeedContentType()
Method Detail

getIdentifier

public java.lang.String getIdentifier()
Specified by:
getIdentifier in interface FeedCustomContentType

getI18nKey

public java.lang.String getI18nKey()
Specified by:
getI18nKey in interface FeedCustomContentType

getSubTypes

public java.util.List<FeedCustomContentType> getSubTypes()
Description copied from interface: FeedCustomContentType
Not yet implemented. Return an empty list

Specified by:
getSubTypes in interface FeedCustomContentType

toSearchQuery

public SearchQuery toSearchQuery()
Specified by:
toSearchQuery in interface FeedCustomContentType


Copyright © 2003-2014 Atlassian. All Rights Reserved.