Package net.worcade.client.get
Interface Notification
-
- All Known Implementing Classes:
IncomingDto
public interface Notification
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceNotification.Tracking
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferencegetSubject()ReferencegetTarget()Collection<? extends Notification.Tracking>getTrackings()StringgetType()
-
-
-
Method Detail
-
getType
String getType()
-
getTarget
Reference getTarget()
-
getSubject
Reference getSubject()
-
getTrackings
Collection<? extends Notification.Tracking> getTrackings()
-
-