Package org.daypilot.ui.args.scheduler
Class NotifyArgs
- java.lang.Object
-
- org.daypilot.ui.args.scheduler.NotifyArgs
-
public class NotifyArgs extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NotifyArgs()
-
Method Summary
Modifier and Type Method Description static NotifyArgs
fromJSON(JSONObject params, JSONObject data)
java.util.List<DayPilotArgs>
getQueue()
-
-
-
Method Detail
-
getQueue
public java.util.List<DayPilotArgs> getQueue()
-
fromJSON
public static NotifyArgs fromJSON(JSONObject params, JSONObject data)
-
-