Package com.atlassian.confluence.it
Interface TitledContent
-
- All Known Subinterfaces:
LinkableContent
- All Known Implementing Classes:
AbstractPageEntity
,Attachment
,BlogPost
,Comment
,Macro
,Page
,Space
,User
,UserWithKey
@Deprecated public interface TitledContent
Deprecated.Please use confluence-java-api module instead. See {com.atlassian.confluence.api.model.content.Content} alternativeContent that has a title to be displayed in search results, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getTitle()
Deprecated.
-
-
-
Method Detail
-
getTitle
String getTitle()
Deprecated.
-
-