Package com.twilio.rest.ipmessaging.v2
Class ServiceUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Service>
-
- com.twilio.rest.ipmessaging.v2.ServiceUpdater
-
-
Constructor Summary
Constructors Constructor Description ServiceUpdater(String pathSid)
-
Method Summary
-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
ServiceUpdater
public ServiceUpdater(String pathSid)
-
-
Method Detail
-
setFriendlyName
public ServiceUpdater setFriendlyName(String friendlyName)
-
setDefaultServiceRoleSid
public ServiceUpdater setDefaultServiceRoleSid(String defaultServiceRoleSid)
-
setDefaultChannelRoleSid
public ServiceUpdater setDefaultChannelRoleSid(String defaultChannelRoleSid)
-
setDefaultChannelCreatorRoleSid
public ServiceUpdater setDefaultChannelCreatorRoleSid(String defaultChannelCreatorRoleSid)
-
setReadStatusEnabled
public ServiceUpdater setReadStatusEnabled(Boolean readStatusEnabled)
-
setReachabilityEnabled
public ServiceUpdater setReachabilityEnabled(Boolean reachabilityEnabled)
-
setTypingIndicatorTimeout
public ServiceUpdater setTypingIndicatorTimeout(Integer typingIndicatorTimeout)
-
setConsumptionReportInterval
public ServiceUpdater setConsumptionReportInterval(Integer consumptionReportInterval)
-
setNotificationsNewMessageEnabled
public ServiceUpdater setNotificationsNewMessageEnabled(Boolean notificationsNewMessageEnabled)
-
setNotificationsNewMessageTemplate
public ServiceUpdater setNotificationsNewMessageTemplate(String notificationsNewMessageTemplate)
-
setNotificationsNewMessageSound
public ServiceUpdater setNotificationsNewMessageSound(String notificationsNewMessageSound)
-
setNotificationsNewMessageBadgeCountEnabled
public ServiceUpdater setNotificationsNewMessageBadgeCountEnabled(Boolean notificationsNewMessageBadgeCountEnabled)
-
setNotificationsAddedToChannelEnabled
public ServiceUpdater setNotificationsAddedToChannelEnabled(Boolean notificationsAddedToChannelEnabled)
-
setNotificationsAddedToChannelTemplate
public ServiceUpdater setNotificationsAddedToChannelTemplate(String notificationsAddedToChannelTemplate)
-
setNotificationsAddedToChannelSound
public ServiceUpdater setNotificationsAddedToChannelSound(String notificationsAddedToChannelSound)
-
setNotificationsRemovedFromChannelEnabled
public ServiceUpdater setNotificationsRemovedFromChannelEnabled(Boolean notificationsRemovedFromChannelEnabled)
-
setNotificationsRemovedFromChannelTemplate
public ServiceUpdater setNotificationsRemovedFromChannelTemplate(String notificationsRemovedFromChannelTemplate)
-
setNotificationsRemovedFromChannelSound
public ServiceUpdater setNotificationsRemovedFromChannelSound(String notificationsRemovedFromChannelSound)
-
setNotificationsInvitedToChannelEnabled
public ServiceUpdater setNotificationsInvitedToChannelEnabled(Boolean notificationsInvitedToChannelEnabled)
-
setNotificationsInvitedToChannelTemplate
public ServiceUpdater setNotificationsInvitedToChannelTemplate(String notificationsInvitedToChannelTemplate)
-
setNotificationsInvitedToChannelSound
public ServiceUpdater setNotificationsInvitedToChannelSound(String notificationsInvitedToChannelSound)
-
setPreWebhookUrl
public ServiceUpdater setPreWebhookUrl(URI preWebhookUrl)
-
setPreWebhookUrl
public ServiceUpdater setPreWebhookUrl(String preWebhookUrl)
-
setPostWebhookUrl
public ServiceUpdater setPostWebhookUrl(URI postWebhookUrl)
-
setPostWebhookUrl
public ServiceUpdater setPostWebhookUrl(String postWebhookUrl)
-
setWebhookMethod
public ServiceUpdater setWebhookMethod(HttpMethod webhookMethod)
-
setWebhookFilters
public ServiceUpdater setWebhookFilters(List<String> webhookFilters)
-
setWebhookFilters
public ServiceUpdater setWebhookFilters(String webhookFilters)
-
setLimitsChannelMembers
public ServiceUpdater setLimitsChannelMembers(Integer limitsChannelMembers)
-
setLimitsUserChannels
public ServiceUpdater setLimitsUserChannels(Integer limitsUserChannels)
-
setMediaCompatibilityMessage
public ServiceUpdater setMediaCompatibilityMessage(String mediaCompatibilityMessage)
-
setPreWebhookRetryCount
public ServiceUpdater setPreWebhookRetryCount(Integer preWebhookRetryCount)
-
setPostWebhookRetryCount
public ServiceUpdater setPostWebhookRetryCount(Integer postWebhookRetryCount)
-
setNotificationsLogEnabled
public ServiceUpdater setNotificationsLogEnabled(Boolean notificationsLogEnabled)
-
-