com.atlassian.confluence.api.model.content
Class ContentLink
java.lang.Object
com.atlassian.confluence.api.model.content.ContentLink
@ExperimentalApi
public class ContentLink
- extends java.lang.Object
Enough information to link to a piece of content.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentLink
public ContentLink(java.lang.String id,
Reference<Space> space,
ContentType type,
java.lang.String title,
java.lang.String webUrlPath)
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.