public interface

ApplicationLinkRequest

implements Request<T extends Request<?, ?>, RESP extends Response>
com.atlassian.applinks.api.ApplicationLinkRequest
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
abstract <R> R execute(ApplicationLinkResponseHandler<R> responseHandler)
Executes the request.
[Expand]
Inherited Methods
From interface com.atlassian.sal.api.net.Request

Public Methods

public abstract R execute (ApplicationLinkResponseHandler<R> responseHandler)

Executes the request. Use this method instead of execute() and execute(com.atlassian.sal.api.net.ResponseHandler) when the caller anticipates a "credentials required problem". For more information about this scenario, see: CredentialsRequiredException

Parameters
responseHandler Callback handler of the response.
Throws
ResponseException If the response cannot be retrieved