Class WinphoneNotification.Builder
- java.lang.Object
-
- cn.jpush.api.push.model.notification.PlatformNotification.Builder<WinphoneNotification,WinphoneNotification.Builder>
-
- cn.jpush.api.push.model.notification.WinphoneNotification.Builder
-
- Enclosing class:
- WinphoneNotification
public static class WinphoneNotification.Builder extends PlatformNotification.Builder<WinphoneNotification,WinphoneNotification.Builder>
-
-
Field Summary
-
Fields inherited from class cn.jpush.api.push.model.notification.PlatformNotification.Builder
alert, booleanExtrasBuilder, extrasBuilder, jsonExtrasBuilder, numberExtrasBuilder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WinphoneNotificationbuild()protected WinphoneNotification.BuildergetThis()WinphoneNotification.BuildersetAlert(java.lang.Object alert)WinphoneNotification.BuildersetOpenPage(java.lang.String openPage)WinphoneNotification.BuildersetTitle(java.lang.String title)
-
-
-
Method Detail
-
getThis
protected WinphoneNotification.Builder getThis()
- Specified by:
getThisin classPlatformNotification.Builder<WinphoneNotification,WinphoneNotification.Builder>
-
setTitle
public WinphoneNotification.Builder setTitle(java.lang.String title)
-
setOpenPage
public WinphoneNotification.Builder setOpenPage(java.lang.String openPage)
-
setAlert
public WinphoneNotification.Builder setAlert(java.lang.Object alert)
- Specified by:
setAlertin classPlatformNotification.Builder<WinphoneNotification,WinphoneNotification.Builder>
-
build
public WinphoneNotification build()
- Specified by:
buildin classPlatformNotification.Builder<WinphoneNotification,WinphoneNotification.Builder>
-
-