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 Details

    • OutgoingLinkMeta

      public OutgoingLinkMeta(long contentId, String destinationSpaceKey, String destinationLinkLowerTitle, long incomingLinkCount)
  • Method Details

    • getContentId

      public long getContentId()
    • getDestinationLinkLowerTitle

      public String getDestinationLinkLowerTitle()
    • getDestinationSpaceKey

      public String getDestinationSpaceKey()
    • getIncomingLinkCount

      public long getIncomingLinkCount()