Package tigase.push.apns
Class ApnsNotification
- java.lang.Object
-
- tigase.push.apns.ApnsNotification
-
public class ApnsNotification extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApnsNotification.Builderstatic classApnsNotification.PushType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCollapseId()StringgetDeviceId()StringgetId()ApnsPayloadgetPayload()intgetPriority()ApnsNotification.PushTypegetPushType()StringgetTopic()static ApnsNotification.BuildernewBuilder()StringtoString()
-
-
-
Method Detail
-
newBuilder
public static ApnsNotification.Builder newBuilder()
-
getDeviceId
public String getDeviceId()
-
getId
public String getId()
-
getPushType
public ApnsNotification.PushType getPushType()
-
getPriority
public int getPriority()
-
getPayload
public ApnsPayload getPayload()
-
getCollapseId
public String getCollapseId()
-
getTopic
public String getTopic()
-
-