com.atlassian.confluence.api.model.link
Class Link

java.lang.Object
  extended by com.atlassian.confluence.api.model.link.Link

public class Link
extends Object

Represents a link with a type.


Constructor Summary
Link(LinkType type, String path)
           
 
Method Summary
 String getPath()
           
 LinkType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Link

public Link(LinkType type,
            String path)
Method Detail

getType

public LinkType getType()

getPath

public String getPath()


Copyright © 2003–2015 Atlassian. All rights reserved.