Class RemoteIssueLinkService.DeleteByGlobalIdValidationResult

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

@PublicApi public static class RemoteIssueLinkService.DeleteByGlobalIdValidationResult extends ServiceResultImpl
Holds the information about validating a delete remote issue link operation. This object should not be constructed directly, you should invoke the RemoteIssueLinkService.validateDeleteByGlobalId(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue, java.lang.String) method to obtain this.
See Also:
  • Method Details

    • getIssue

      public Issue getIssue()
    • getGlobalId

      public String getGlobalId()