| Package | Description |
|---|---|
| com.twilio.rest.notify.v1.service |
| Modifier and Type | Method and Description |
|---|---|
static NotificationCreator |
Notification.creator(String pathServiceSid)
Create a NotificationCreator to execute create.
|
NotificationCreator |
NotificationCreator.setAction(String action)
The action.
|
NotificationCreator |
NotificationCreator.setAlexa(Map<String,Object> alexa)
The alexa.
|
NotificationCreator |
NotificationCreator.setApn(Map<String,Object> apn)
The apn.
|
NotificationCreator |
NotificationCreator.setBody(String body)
The body.
|
NotificationCreator |
NotificationCreator.setData(Map<String,Object> data)
The data.
|
NotificationCreator |
NotificationCreator.setFacebookMessenger(Map<String,Object> facebookMessenger)
The facebook_messenger.
|
NotificationCreator |
NotificationCreator.setFcm(Map<String,Object> fcm)
The fcm.
|
NotificationCreator |
NotificationCreator.setGcm(Map<String,Object> gcm)
The gcm.
|
NotificationCreator |
NotificationCreator.setIdentity(List<String> identity)
The identity.
|
NotificationCreator |
NotificationCreator.setIdentity(String identity)
The identity.
|
NotificationCreator |
NotificationCreator.setPriority(Notification.Priority priority)
The priority.
|
NotificationCreator |
NotificationCreator.setSegment(List<String> segment)
The segment.
|
NotificationCreator |
NotificationCreator.setSegment(String segment)
The segment.
|
NotificationCreator |
NotificationCreator.setSms(Map<String,Object> sms)
The sms.
|
NotificationCreator |
NotificationCreator.setSound(String sound)
The sound.
|
NotificationCreator |
NotificationCreator.setTag(List<String> tag)
The tag.
|
NotificationCreator |
NotificationCreator.setTag(String tag)
The tag.
|
NotificationCreator |
NotificationCreator.setTitle(String title)
The title.
|
NotificationCreator |
NotificationCreator.setToBinding(List<String> toBinding)
The to_binding.
|
NotificationCreator |
NotificationCreator.setToBinding(String toBinding)
The to_binding.
|
NotificationCreator |
NotificationCreator.setTtl(Integer ttl)
The ttl.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.