public interface ApplicationLinkRequest extends com.atlassian.sal.api.net.Request<ApplicationLinkRequest,com.atlassian.sal.api.net.Response>
A request object preconfigured with authentication information for the Application Link it was created for.
To execute the request, call this interface's execute method, or one of the base type's execute methods.
| Modifier and Type | Method and Description |
|---|---|
<R> R |
execute(ApplicationLinkResponseHandler<R> responseHandler)
Executes the request.
|
<R> R execute(ApplicationLinkResponseHandler<R> responseHandler) throws com.atlassian.sal.api.net.ResponseException
Request.execute() and
Request.execute(com.atlassian.sal.api.net.ResponseHandler)
when the caller anticipates a "credentials required problem". For more
information about this scenario, see:
CredentialsRequiredExceptionresponseHandler - Callback handler of the response.com.atlassian.sal.api.net.ResponseException - If the response cannot be retrievedCopyright © 2020 Atlassian. All rights reserved.