Class ContentLink
java.lang.Object
com.atlassian.confluence.legacyapi.model.content.ContentLink
Deprecated.
Enough information to link to a piece of content.
-
Constructor Summary
ConstructorsConstructorDescriptionContentLink(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetId()Deprecated.com.atlassian.fugue.Option<SpaceSummary>getSpace()Deprecated.getTitle()Deprecated.getType()Deprecated.Deprecated.
-
Constructor Details
-
ContentLink
public ContentLink(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath) Deprecated.
-
-
Method Details
-
getId
Deprecated. -
getSpace
Deprecated. -
getType
Deprecated. -
getTitle
Deprecated. -
getWebUrlPath
Deprecated.
-
Link