Interface SettableWebLink
-
- All Superinterfaces:
com.atlassian.plugin.web.model.WebLink
- All Known Implementing Classes:
ConfluenceWebLink
public interface SettableWebLink extends com.atlassian.plugin.web.model.WebLinkDefines a setter for a weblink- Since:
- 2.7.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetLink(com.atlassian.plugin.web.model.WebLink link)Provides a method to pass aWebLink.
-