Class NotificationUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Notification>
-
- com.twilio.rest.conversations.v1.service.configuration.NotificationUpdater
-
public class NotificationUpdater extends Updater<Notification>
-
-
Constructor Summary
Constructors Constructor Description NotificationUpdater(String pathChatServiceSid)
-
Method Summary
-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
NotificationUpdater
public NotificationUpdater(String pathChatServiceSid)
-
-
Method Detail
-
setLogEnabled
public NotificationUpdater setLogEnabled(Boolean logEnabled)
-
setNewMessageEnabled
public NotificationUpdater setNewMessageEnabled(Boolean newMessageEnabled)
-
setNewMessageTemplate
public NotificationUpdater setNewMessageTemplate(String newMessageTemplate)
-
setNewMessageSound
public NotificationUpdater setNewMessageSound(String newMessageSound)
-
setNewMessageBadgeCountEnabled
public NotificationUpdater setNewMessageBadgeCountEnabled(Boolean newMessageBadgeCountEnabled)
-
setAddedToConversationEnabled
public NotificationUpdater setAddedToConversationEnabled(Boolean addedToConversationEnabled)
-
setAddedToConversationTemplate
public NotificationUpdater setAddedToConversationTemplate(String addedToConversationTemplate)
-
setAddedToConversationSound
public NotificationUpdater setAddedToConversationSound(String addedToConversationSound)
-
setRemovedFromConversationEnabled
public NotificationUpdater setRemovedFromConversationEnabled(Boolean removedFromConversationEnabled)
-
setRemovedFromConversationTemplate
public NotificationUpdater setRemovedFromConversationTemplate(String removedFromConversationTemplate)
-
setRemovedFromConversationSound
public NotificationUpdater setRemovedFromConversationSound(String removedFromConversationSound)
-
setNewMessageWithMediaEnabled
public NotificationUpdater setNewMessageWithMediaEnabled(Boolean newMessageWithMediaEnabled)
-
setNewMessageWithMediaTemplate
public NotificationUpdater setNewMessageWithMediaTemplate(String newMessageWithMediaTemplate)
-
update
public Notification update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<Notification>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-