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

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

@ExperimentalApi
public class ContentLink
extends java.lang.Object

Enough information to link to a piece of content.


Constructor Summary
ContentLink(java.lang.String id, Reference<Space> space, ContentType type, java.lang.String title, java.lang.String webUrlPath)
           
 
Method Summary
 java.lang.String getId()
           
 Reference<Space> 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.String id,
                   Reference<Space> space,
                   ContentType type,
                   java.lang.String title,
                   java.lang.String webUrlPath)
Method Detail

getId

public java.lang.String getId()

getSpace

public Reference<Space> getSpace()

getType

public ContentType getType()

getTitle

public java.lang.String getTitle()

getWebUrlPath

public java.lang.String getWebUrlPath()


Copyright © 2003-2014 Atlassian. All Rights Reserved.