Interface RetransmissionResult
- All Known Implementing Classes:
DataNotAvailable,Failure,NoActivePermission,NoPermissionForTimeFrame,NotSupported,PermissionRequestNotFound,RetransmissionServiceNotFound,Success
public sealed interface RetransmissionResult
permits Success, PermissionRequestNotFound, NotSupported, NoPermissionForTimeFrame, NoActivePermission, DataNotAvailable, RetransmissionServiceNotFound, Failure
-
Method Summary
Modifier and TypeMethodDescriptionThe permission id the original request was for.The timestamp when the result was created.
-
Method Details
-
permissionId
String permissionId()The permission id the original request was for.- Returns:
- the permission id
-
timestamp
ZonedDateTime timestamp()The timestamp when the result was created.- Returns:
- the timestamp of the result
-