Interface UserNotification
public interface UserNotification
Representation of the bulk push user request element. Use
UserNotification.Builder
to
define and build the bulk push user request element.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
Bulk push notification payload for a specific user. -
Method Summary
-
Method Details
-
builder
-
getUser
String getUser() -
getNotification
PushPayload getNotification()
-