Class OutgoingLinkMeta


  • public class OutgoingLinkMeta
    extends Object
    Simple DTO object to store link metadata
    Since:
    6.0
    • Constructor Detail

      • OutgoingLinkMeta

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

      • getContentId

        public long getContentId()
      • getDestinationLinkLowerTitle

        public String getDestinationLinkLowerTitle()
      • getDestinationSpaceKey

        public String getDestinationSpaceKey()
      • getIncomingLinkCount

        public long getIncomingLinkCount()