Class ContentLink
- java.lang.Object
-
- com.atlassian.confluence.legacyapi.model.content.ContentLink
-
@Deprecated public class ContentLink extends Object
Deprecated.since 7.0.1 , useLinkEnough information to link to a piece of content.
-
-
Constructor Summary
Constructors Constructor Description ContentLink(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LonggetId()Deprecated.com.atlassian.fugue.Option<SpaceSummary>getSpace()Deprecated.StringgetTitle()Deprecated.ContentTypegetType()Deprecated.StringgetWebUrlPath()Deprecated.
-
-
-
Constructor Detail
-
ContentLink
public ContentLink(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath)
Deprecated.
-
-
Method Detail
-
getId
public Long getId()
Deprecated.
-
getSpace
public com.atlassian.fugue.Option<SpaceSummary> getSpace()
Deprecated.
-
getType
public ContentType getType()
Deprecated.
-
getTitle
public String getTitle()
Deprecated.
-
getWebUrlPath
public String getWebUrlPath()
Deprecated.
-
-