Class Notification.Builder
- java.lang.Object
-
- cn.jpush.api.push.model.notification.Notification.Builder
-
- Enclosing class:
- Notification
public static class Notification.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Notification.BuilderaddPlatformNotification(PlatformNotification notification)Notificationbuild()Notification.BuildersetAlert(java.lang.Object alert)
-
-
-
Method Detail
-
setAlert
public Notification.Builder setAlert(java.lang.Object alert)
-
addPlatformNotification
public Notification.Builder addPlatformNotification(PlatformNotification notification)
-
build
public Notification build()
-
-