public class ContentLink extends Object
Constructor and Description |
---|
ContentLink(Long id,
com.atlassian.fugue.Option<SpaceSummary> space,
ContentType type,
String title,
String webUrlPath) |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
com.atlassian.fugue.Option<SpaceSummary> |
getSpace() |
String |
getTitle() |
ContentType |
getType() |
String |
getWebUrlPath() |
public ContentLink(Long id, com.atlassian.fugue.Option<SpaceSummary> space, ContentType type, String title, String webUrlPath)
public Long getId()
public com.atlassian.fugue.Option<SpaceSummary> getSpace()
public ContentType getType()
public String getTitle()
public String getWebUrlPath()
Copyright © 2003–2016 Atlassian. All rights reserved.