@PublicApi public abstract static class ProjectService.AbstractProjectResult extends ServiceResultImpl implements ServiceOutcome<Project>
| Constructor and Description |
|---|
AbstractProjectResult(ErrorCollection errorCollection) |
AbstractProjectResult(ErrorCollection errorCollection,
Project project) |
| Modifier and Type | Method and Description |
|---|---|
Project |
get()
Returns the value that was returned by the service, or null.
|
Project |
getProject() |
Project |
getReturnedValue()
Returns the value that was returned by the service, or null.
|
getErrorCollection, getWarningCollection, isValidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfoldgetErrorCollection, getWarningCollection, hasWarnings, isValid@Internal public AbstractProjectResult(ErrorCollection errorCollection)
@Internal public AbstractProjectResult(ErrorCollection errorCollection, Project project)
public Project getProject()
public Project get()
ServiceOutcomeget in interface ServiceOutcome<Project>public Project getReturnedValue()
ServiceOutcomegetReturnedValue in interface ServiceOutcome<Project>Copyright © 2002-2019 Atlassian. All Rights Reserved.