com.atlassian.confluence.legacyapi.model.content
Class ContentLink

java.lang.Object
  extended by com.atlassian.confluence.legacyapi.model.content.ContentLink

public class ContentLink
extends java.lang.Object

Enough information to link to a piece of content.


Constructor Summary
ContentLink(java.lang.Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, java.lang.String title, java.lang.String webUrlPath)
           
 
Method Summary
 java.lang.Long getId()
           
 com.atlassian.fugue.Option<SpaceSummary> getSpace()
           
 java.lang.String getTitle()
           
 ContentType getType()
           
 java.lang.String getWebUrlPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentLink

public ContentLink(java.lang.Long id,
                   com.atlassian.fugue.Option<SpaceSummary> space,
                   ContentType type,
                   java.lang.String title,
                   java.lang.String webUrlPath)
Method Detail

getId

public java.lang.Long getId()

getSpace

public com.atlassian.fugue.Option<SpaceSummary> getSpace()

getType

public ContentType getType()

getTitle

public java.lang.String getTitle()

getWebUrlPath

public java.lang.String getWebUrlPath()


Copyright © 2003-2014 Atlassian. All Rights Reserved.