com.atlassian.applinks.spi.link
Interface MutableApplicationLink

All Superinterfaces:
ApplicationLink, PropertySet

public interface MutableApplicationLink
extends ApplicationLink

Interface adding mutating behaviour for ApplicationLinks

Since:
3.0

Method Summary
 void update(ApplicationLinkDetails details)
          Update the ApplicationLink's details
 
Methods inherited from interface com.atlassian.applinks.api.ApplicationLink
createAuthenticatedRequestFactory, createAuthenticatedRequestFactory, getDisplayUrl, getId, getName, getRpcUrl, getType, isPrimary
 
Methods inherited from interface com.atlassian.applinks.api.PropertySet
getProperty, putProperty, removeProperty
 

Method Detail

update

void update(ApplicationLinkDetails details)
Update the ApplicationLink's details

Parameters:
details - the details of the ApplicationLink. Note that all field values will be set to the values of the provided ApplicationLinkDetails object, including null values.


Copyright © 2011 Atlassian. All Rights Reserved.