Class RemoteIssueLinkService.RemoteIssueLinkResult

java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.issue.link.RemoteIssueLinkService.RemoteIssueLinkResult
All Implemented Interfaces:
ServiceResult, Serializable
Direct Known Subclasses:
RemoteIssueLinkService.CreateValidationResult, RemoteIssueLinkService.UpdateValidationResult
Enclosing interface:
RemoteIssueLinkService

@PublicApi public static class RemoteIssueLinkService.RemoteIssueLinkResult extends ServiceResultImpl
Holds the information about performing a remote issue link operation. This object should not be constructed directly, you should invoke the #getRemoteIssueLink(User, Long) or #create(User, CreateValidationResult) or #update(User, UpdateValidationResult) method to obtain this.
See Also:
  • Method Details