Class ContentLink
- java.lang.Object
-
- com.atlassian.confluence.legacyapi.model.content.ContentLink
-
@Deprecated public class ContentLink extends Object
Deprecated.since 7.0.1 , useLink
Enough 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 Long
getId()
Deprecated.com.atlassian.fugue.Option<SpaceSummary>
getSpace()
Deprecated.String
getTitle()
Deprecated.ContentType
getType()
Deprecated.String
getWebUrlPath()
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.
-
-