Class RemoteIssueLinkService.RemoteIssueLinkListResult

java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.RemoteIssueLinkListResult
All Implemented Interfaces:
ServiceResult, Serializable
Enclosing interface:
RemoteIssueLinkService

public static class RemoteIssueLinkService.RemoteIssueLinkListResult extends ServiceResultImpl
Holds the information about performing a remote issue link operation, when a list result is expected. This object should not be constructed directly, you should invoke the #getRemoteIssueLinksForIssue(User, Issue) method to obtain this.
See Also: