Uses of Class
com.jalios.jcms.push.Target
-
Packages that use Target Package Description com.jalios.jcms.push -
-
Uses of Target in com.jalios.jcms.push
Subclasses of Target in com.jalios.jcms.push Modifier and Type Class Description classAnyTargetclassGroupTargetclassMemberTargetMethods in com.jalios.jcms.push that return Target Modifier and Type Method Description TargetNotification. getTarget()Methods in com.jalios.jcms.push with parameters of type Target Modifier and Type Method Description voidNotification. setTarget(Target target)Constructors in com.jalios.jcms.push with parameters of type Target Constructor Description Notification(java.lang.String eventName, java.lang.String type, Target target, long expirationDate, java.lang.String jsonPayLoad)Create a notificationNotification(java.lang.String eventName, java.lang.String type, Target target, long expirationDate, java.lang.String jsonPayLoad, boolean shouldBeReplicated)Create a notificationNotification(java.lang.String eventName, java.lang.String type, Target target, java.lang.String jsonPayLoad)Create a notification with default expiration date to now + 10 minutesNotification(java.lang.String eventName, java.lang.String type, Target target, java.lang.String jsonPayLoad, boolean shouldBeReplicated)Create a notification with default expiration date to now + 10 minutesNotification(java.lang.String eventName, java.lang.String type, Target target, java.util.Date expirationDate, java.lang.String jsonPayLoad)Create a notificationNotification(java.lang.String eventName, java.lang.String type, Target target, java.util.Date expirationDate, java.lang.String jsonPayLoad, boolean shouldBeReplicated)Create a notification
-