public interface MutableApplicationLink extends ApplicationLink
| Modifier and Type | Method and Description |
|---|---|
void |
update(ApplicationLinkDetails details)
Update the ApplicationLink's details
|
createAuthenticatedRequestFactory, createAuthenticatedRequestFactory, createImpersonatingAuthenticatedRequestFactory, createNonImpersonatingAuthenticatedRequestFactory, getDisplayUrl, getId, getName, getRpcUrl, getType, isPrimary, isSystemgetProperty, putProperty, removePropertyvoid update(ApplicationLinkDetails details)
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.
Note that this method has no protection against setting two application links to the same name,
which must be avoided.Copyright © 2018 Atlassian. All rights reserved.