builder() | org.turro.push.service.Notification | static |
getEndpoint() | org.turro.push.service.Notification | |
getOrigin() | org.turro.push.service.Notification | |
getPayload() | org.turro.push.service.Notification | |
getTopic() | org.turro.push.service.Notification | |
getTTL() | org.turro.push.service.Notification | |
getUrgency() | org.turro.push.service.Notification | |
getUserAuth() | org.turro.push.service.Notification | |
getUserPublicKey() | org.turro.push.service.Notification | |
hasPayload() | org.turro.push.service.Notification | |
hasTopic() | org.turro.push.service.Notification | |
hasUrgency() | org.turro.push.service.Notification | |
isFcm() | org.turro.push.service.Notification | |
isGcm() | org.turro.push.service.Notification | |
Notification(String endpoint, ECPublicKey userPublicKey, byte[] userAuth, byte[] payload, int ttl, Urgency urgency, String topic) | org.turro.push.service.Notification | |
Notification(String endpoint, PublicKey userPublicKey, byte[] userAuth, byte[] payload, int ttl) | org.turro.push.service.Notification | |
Notification(String endpoint, String userPublicKey, String userAuth, byte[] payload, int ttl) | org.turro.push.service.Notification | |
Notification(String endpoint, PublicKey userPublicKey, byte[] userAuth, byte[] payload) | org.turro.push.service.Notification | |
Notification(String endpoint, String userPublicKey, String userAuth, byte[] payload) | org.turro.push.service.Notification | |
Notification(String endpoint, String userPublicKey, String userAuth, String payload) | org.turro.push.service.Notification | |
Notification(String endpoint, String userPublicKey, String userAuth, String payload, Urgency urgency) | org.turro.push.service.Notification | |
Notification(Subscription subscription, String payload) | org.turro.push.service.Notification | |
Notification(Subscription subscription, String payload, Urgency urgency) | org.turro.push.service.Notification | |