| java.lang.Object | ||
| ↳ | com.atlassian.jira.bc.ServiceResultImpl | |
| ↳ | com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkService.RemoteVersionLinkListResult | |
Holds the information about performing a remote version link operation, when a list result is expected.
This object should not be constructed directly; you should invoke
getRemoteVersionLinksByVersionId(ApplicationUser, Long) or
getRemoteVersionLinksByGlobalId(ApplicationUser, String)
to obtain this.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.bc.ServiceResultImpl
| |||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||
From interface
com.atlassian.jira.bc.ServiceResult
| |||||||||||||||||||

