Class NotifyAction
java.lang.Object
org.deltava.beans.system.NotifyAction
A class to store Push Notification action data.
- Since:
- 10.0
- Version:
- 10.0
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionstatic NotifyAction
create
(NotifyActionType nt, Object id) Creates a new NotifyAction.Returns the action description.getURL()
Returns the action URL to open.int
hashCode()
-
Method Details
-
create
Creates a new NotifyAction.- Parameters:
nt
- the NotifyActionTypeid
- an optional ID for the URL- Returns:
- a NotifyAction
-
getDescription
-
getURL
Returns the action URL to open.- Returns:
- the URL without any hostname or protocol
-
hashCode
-