Package com.atlassian.confluence.links
Class OutgoingLinkMeta
- java.lang.Object
-
- com.atlassian.confluence.links.OutgoingLinkMeta
-
public class OutgoingLinkMeta extends Object
Simple DTO object to store link metadata- Since:
- 6.0
-
-
Constructor Summary
Constructors Constructor Description OutgoingLinkMeta(long contentId, String destinationSpaceKey, String destinationLinkLowerTitle, long incomingLinkCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetContentId()StringgetDestinationLinkLowerTitle()StringgetDestinationSpaceKey()longgetIncomingLinkCount()
-