Package com.atlassian.confluence.links
Class OutgoingLinkMeta
java.lang.Object
com.atlassian.confluence.links.OutgoingLinkMeta
Simple DTO object to store link metadata
- Since:
- 6.0
-
Constructor Summary
ConstructorsConstructorDescriptionOutgoingLinkMeta(long contentId, String destinationSpaceKey, String destinationLinkLowerTitle, long incomingLinkCount) -
Method Summary
Modifier and TypeMethodDescriptionlonglong
-
Constructor Details
-
OutgoingLinkMeta
-
-
Method Details
-
getContentId
public long getContentId() -
getDestinationLinkLowerTitle
-
getDestinationSpaceKey
-
getIncomingLinkCount
public long getIncomingLinkCount()
-