public interface CryptoResult<T>
| Modifier and Type | Method and Description |
|---|---|
void |
copyNotifications(CryptoResult<?> subResult)
Copies notifications of subresults to this one.
|
T |
getData() |
java.util.List<NotificationError> |
getErrors() |
NotificationFatal |
getFatal() |
java.util.List<NotificationWarning> |
getWarnings() |
boolean |
hasData() |
boolean |
hasErrors() |
boolean |
hasWarnings() |
boolean hasData()
boolean hasErrors()
boolean hasWarnings()
java.util.List<NotificationError> getErrors()
java.util.List<NotificationWarning> getWarnings()
NotificationFatal getFatal()
T getData()
void copyNotifications(CryptoResult<?> subResult)
Copyright © 2025 eHealth. All rights reserved.