Class RemoteVersionLinkService.RemoteVersionLinkListResult

java.lang.Object
com.atlassian.jira.bc.ServiceResultImpl
com.atlassian.jira.bc.project.version.remotelink.RemoteVersionLinkService.RemoteVersionLinkListResult
All Implemented Interfaces:
ServiceResult, Serializable
Enclosing interface:
RemoteVersionLinkService

public static class RemoteVersionLinkService.RemoteVersionLinkListResult extends ServiceResultImpl
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 RemoteVersionLinkService.getRemoteVersionLinksByVersionId(ApplicationUser, Long) or RemoteVersionLinkService.getRemoteVersionLinksByGlobalId(ApplicationUser, String) to obtain this.
See Also: