@PublicApi public interface ServiceOutcome<T> extends ServiceResult
Modifier and Type | Method and Description |
---|---|
T |
get()
Returns the value that was returned by the service, or null.
|
T |
getReturnedValue()
Returns the value that was returned by the service, or null.
|
getErrorCollection, getWarningCollection, hasWarnings, isValid
T getReturnedValue()
T get()
Copyright © 2002-2015 Atlassian. All Rights Reserved.