Package com.atlassian.confluence.it
Interface LinkableContent
-
- All Superinterfaces:
TitledContent
- All Known Implementing Classes:
AbstractPageEntity,Attachment,BlogPost,Comment,Page,Space,User,UserWithKey
@Deprecated public interface LinkableContent extends TitledContent
Deprecated.Please use confluence-java-api module instead. See {com.atlassian.confluence.api.model.content.Content} alternativeContent with a title that can be accessed via a direct URL.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetUrl()Deprecated.UrlBuildergetUrlBuilder()Deprecated.-
Methods inherited from interface com.atlassian.confluence.it.TitledContent
getTitle
-
-
-
-
Method Detail
-
getUrl
String getUrl()
Deprecated.
-
getUrlBuilder
UrlBuilder getUrlBuilder()
Deprecated.
-
-