Class RemoteIssueLinkService.DeleteValidationResult

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

@PublicApi public static class RemoteIssueLinkService.DeleteValidationResult extends ServiceResultImpl
Holds the information about validating a delete remote issue link operation. This object should not be constructed directly, you should invoke the #validateDelete(User, Long) method to obtain this.
See Also:
  • Method Details

    • getRemoteIssueLinkId

      public Long getRemoteIssueLinkId()