Constructor and Description |
---|
ServiceUpdater(String pathSid)
Construct a new ServiceUpdater.
|
Modifier and Type | Method and Description |
---|---|
ServiceUpdater |
setConsumptionReportInterval(Integer consumptionReportInterval)
ISO 8601 duration indicating the interval between consumption reports sent
from client endpoints..
|
ServiceUpdater |
setDefaultChannelCreatorRoleSid(String defaultChannelCreatorRoleSid)
Channel role assigned to creator of channel when joining for first time.
|
ServiceUpdater |
setDefaultChannelRoleSid(String defaultChannelRoleSid)
Channel role assigned on channel join (see
[Roles](https://www.twilio.com/docs/api/chat/rest/v1/roles) data model for
the details).
|
ServiceUpdater |
setDefaultServiceRoleSid(String defaultServiceRoleSid)
The default_service_role_sid.
|
ServiceUpdater |
setFriendlyName(String friendlyName)
Human-readable name for this service instance.
|
ServiceUpdater |
setLimitsChannelMembers(Integer limitsChannelMembers)
The limits.channel_members.
|
ServiceUpdater |
setLimitsUserChannels(Integer limitsUserChannels)
The limits.user_channels.
|
ServiceUpdater |
setNotificationsAddedToChannelEnabled(Boolean notificationsAddedToChannelEnabled)
The notifications.added_to_channel.enabled.
|
ServiceUpdater |
setNotificationsAddedToChannelTemplate(String notificationsAddedToChannelTemplate)
The notifications.added_to_channel.template.
|
ServiceUpdater |
setNotificationsInvitedToChannelEnabled(Boolean notificationsInvitedToChannelEnabled)
The notifications.invited_to_channel.enabled.
|
ServiceUpdater |
setNotificationsInvitedToChannelTemplate(String notificationsInvitedToChannelTemplate)
The notifications.invited_to_channel.template.
|
ServiceUpdater |
setNotificationsNewMessageEnabled(Boolean notificationsNewMessageEnabled)
The notifications.new_message.enabled.
|
ServiceUpdater |
setNotificationsNewMessageTemplate(String notificationsNewMessageTemplate)
The notifications.new_message.template.
|
ServiceUpdater |
setNotificationsRemovedFromChannelEnabled(Boolean notificationsRemovedFromChannelEnabled)
The notifications.removed_from_channel.enabled.
|
ServiceUpdater |
setNotificationsRemovedFromChannelTemplate(String notificationsRemovedFromChannelTemplate)
The notifications.removed_from_channel.template.
|
ServiceUpdater |
setPostWebhookUrl(String postWebhookUrl)
The webhook URL for POST-Event webhooks.
|
ServiceUpdater |
setPostWebhookUrl(URI postWebhookUrl)
The webhook URL for POST-Event webhooks.
|
ServiceUpdater |
setPreWebhookUrl(String preWebhookUrl)
The webhook URL for PRE-Event webhooks.
|
ServiceUpdater |
setPreWebhookUrl(URI preWebhookUrl)
The webhook URL for PRE-Event webhooks.
|
ServiceUpdater |
setReachabilityEnabled(Boolean reachabilityEnabled)
`true` if the reachability feature should be enabled.
|
ServiceUpdater |
setReadStatusEnabled(Boolean readStatusEnabled)
`true` if the member read status feature is enabled, `false` if not.
|
ServiceUpdater |
setTypingIndicatorTimeout(Integer typingIndicatorTimeout)
ISO 8601 duration indicating the timeout after "started typing" event when
client should assume that user is not typing anymore even if no "ended
typing" message received.
|
ServiceUpdater |
setWebhookFilters(List<String> webhookFilters)
The list of WebHook events that are enabled for this Service instance.
|
ServiceUpdater |
setWebhookFilters(String webhookFilters)
The list of WebHook events that are enabled for this Service instance.
|
ServiceUpdater |
setWebhookMethod(HttpMethod webhookMethod)
The webhook request format to use.
|
ServiceUpdater |
setWebhooksOnChannelAddedFormat(String webhooksOnChannelAddedFormat)
The webhooks.on_channel_added.format.
|
ServiceUpdater |
setWebhooksOnChannelAddedMethod(HttpMethod webhooksOnChannelAddedMethod)
The webhooks.on_channel_added.method.
|
ServiceUpdater |
setWebhooksOnChannelAddedUrl(String webhooksOnChannelAddedUrl)
The webhooks.on_channel_added.url.
|
ServiceUpdater |
setWebhooksOnChannelAddedUrl(URI webhooksOnChannelAddedUrl)
The webhooks.on_channel_added.url.
|
ServiceUpdater |
setWebhooksOnChannelAddFormat(String webhooksOnChannelAddFormat)
The webhooks.on_channel_add.format.
|
ServiceUpdater |
setWebhooksOnChannelAddMethod(HttpMethod webhooksOnChannelAddMethod)
The webhooks.on_channel_add.method.
|
ServiceUpdater |
setWebhooksOnChannelAddUrl(String webhooksOnChannelAddUrl)
The webhooks.on_channel_add.url.
|
ServiceUpdater |
setWebhooksOnChannelAddUrl(URI webhooksOnChannelAddUrl)
The webhooks.on_channel_add.url.
|
ServiceUpdater |
setWebhooksOnChannelDestroyedFormat(String webhooksOnChannelDestroyedFormat)
The webhooks.on_channel_destroyed.format.
|
ServiceUpdater |
setWebhooksOnChannelDestroyedMethod(HttpMethod webhooksOnChannelDestroyedMethod)
The webhooks.on_channel_destroyed.method.
|
ServiceUpdater |
setWebhooksOnChannelDestroyedUrl(String webhooksOnChannelDestroyedUrl)
The webhooks.on_channel_destroyed.url.
|
ServiceUpdater |
setWebhooksOnChannelDestroyedUrl(URI webhooksOnChannelDestroyedUrl)
The webhooks.on_channel_destroyed.url.
|
ServiceUpdater |
setWebhooksOnChannelDestroyFormat(String webhooksOnChannelDestroyFormat)
The webhooks.on_channel_destroy.format.
|
ServiceUpdater |
setWebhooksOnChannelDestroyMethod(HttpMethod webhooksOnChannelDestroyMethod)
The webhooks.on_channel_destroy.method.
|
ServiceUpdater |
setWebhooksOnChannelDestroyUrl(String webhooksOnChannelDestroyUrl)
The webhooks.on_channel_destroy.url.
|
ServiceUpdater |
setWebhooksOnChannelDestroyUrl(URI webhooksOnChannelDestroyUrl)
The webhooks.on_channel_destroy.url.
|
ServiceUpdater |
setWebhooksOnChannelUpdatedFormat(String webhooksOnChannelUpdatedFormat)
The webhooks.on_channel_updated.format.
|
ServiceUpdater |
setWebhooksOnChannelUpdatedMethod(HttpMethod webhooksOnChannelUpdatedMethod)
The webhooks.on_channel_updated.method.
|
ServiceUpdater |
setWebhooksOnChannelUpdatedUrl(String webhooksOnChannelUpdatedUrl)
The webhooks.on_channel_updated.url.
|
ServiceUpdater |
setWebhooksOnChannelUpdatedUrl(URI webhooksOnChannelUpdatedUrl)
The webhooks.on_channel_updated.url.
|
ServiceUpdater |
setWebhooksOnChannelUpdateFormat(String webhooksOnChannelUpdateFormat)
The webhooks.on_channel_update.format.
|
ServiceUpdater |
setWebhooksOnChannelUpdateMethod(HttpMethod webhooksOnChannelUpdateMethod)
The webhooks.on_channel_update.method.
|
ServiceUpdater |
setWebhooksOnChannelUpdateUrl(String webhooksOnChannelUpdateUrl)
The webhooks.on_channel_update.url.
|
ServiceUpdater |
setWebhooksOnChannelUpdateUrl(URI webhooksOnChannelUpdateUrl)
The webhooks.on_channel_update.url.
|
ServiceUpdater |
setWebhooksOnMemberAddedFormat(String webhooksOnMemberAddedFormat)
The webhooks.on_member_added.format.
|
ServiceUpdater |
setWebhooksOnMemberAddedMethod(HttpMethod webhooksOnMemberAddedMethod)
The webhooks.on_member_added.method.
|
ServiceUpdater |
setWebhooksOnMemberAddedUrl(String webhooksOnMemberAddedUrl)
The webhooks.on_member_added.url.
|
ServiceUpdater |
setWebhooksOnMemberAddedUrl(URI webhooksOnMemberAddedUrl)
The webhooks.on_member_added.url.
|
ServiceUpdater |
setWebhooksOnMemberAddFormat(String webhooksOnMemberAddFormat)
The webhooks.on_member_add.format.
|
ServiceUpdater |
setWebhooksOnMemberAddMethod(HttpMethod webhooksOnMemberAddMethod)
The webhooks.on_member_add.method.
|
ServiceUpdater |
setWebhooksOnMemberAddUrl(String webhooksOnMemberAddUrl)
The webhooks.on_member_add.url.
|
ServiceUpdater |
setWebhooksOnMemberAddUrl(URI webhooksOnMemberAddUrl)
The webhooks.on_member_add.url.
|
ServiceUpdater |
setWebhooksOnMemberRemovedFormat(String webhooksOnMemberRemovedFormat)
The webhooks.on_member_removed.format.
|
ServiceUpdater |
setWebhooksOnMemberRemovedMethod(HttpMethod webhooksOnMemberRemovedMethod)
The webhooks.on_member_removed.method.
|
ServiceUpdater |
setWebhooksOnMemberRemovedUrl(String webhooksOnMemberRemovedUrl)
The webhooks.on_member_removed.url.
|
ServiceUpdater |
setWebhooksOnMemberRemovedUrl(URI webhooksOnMemberRemovedUrl)
The webhooks.on_member_removed.url.
|
ServiceUpdater |
setWebhooksOnMemberRemoveFormat(String webhooksOnMemberRemoveFormat)
The webhooks.on_member_remove.format.
|
ServiceUpdater |
setWebhooksOnMemberRemoveMethod(HttpMethod webhooksOnMemberRemoveMethod)
The webhooks.on_member_remove.method.
|
ServiceUpdater |
setWebhooksOnMemberRemoveUrl(String webhooksOnMemberRemoveUrl)
The webhooks.on_member_remove.url.
|
ServiceUpdater |
setWebhooksOnMemberRemoveUrl(URI webhooksOnMemberRemoveUrl)
The webhooks.on_member_remove.url.
|
ServiceUpdater |
setWebhooksOnMessageRemovedFormat(String webhooksOnMessageRemovedFormat)
The webhooks.on_message_removed.format.
|
ServiceUpdater |
setWebhooksOnMessageRemovedMethod(HttpMethod webhooksOnMessageRemovedMethod)
The webhooks.on_message_removed.method.
|
ServiceUpdater |
setWebhooksOnMessageRemovedUrl(String webhooksOnMessageRemovedUrl)
The webhooks.on_message_removed.url.
|
ServiceUpdater |
setWebhooksOnMessageRemovedUrl(URI webhooksOnMessageRemovedUrl)
The webhooks.on_message_removed.url.
|
ServiceUpdater |
setWebhooksOnMessageRemoveFormat(String webhooksOnMessageRemoveFormat)
The webhooks.on_message_remove.format.
|
ServiceUpdater |
setWebhooksOnMessageRemoveMethod(HttpMethod webhooksOnMessageRemoveMethod)
The webhooks.on_message_remove.method.
|
ServiceUpdater |
setWebhooksOnMessageRemoveUrl(String webhooksOnMessageRemoveUrl)
The webhooks.on_message_remove.url.
|
ServiceUpdater |
setWebhooksOnMessageRemoveUrl(URI webhooksOnMessageRemoveUrl)
The webhooks.on_message_remove.url.
|
ServiceUpdater |
setWebhooksOnMessageSendFormat(String webhooksOnMessageSendFormat)
The webhooks.on_message_send.format.
|
ServiceUpdater |
setWebhooksOnMessageSendMethod(HttpMethod webhooksOnMessageSendMethod)
The webhooks.on_message_send.method.
|
ServiceUpdater |
setWebhooksOnMessageSendUrl(String webhooksOnMessageSendUrl)
The webhooks.on_message_send.url.
|
ServiceUpdater |
setWebhooksOnMessageSendUrl(URI webhooksOnMessageSendUrl)
The webhooks.on_message_send.url.
|
ServiceUpdater |
setWebhooksOnMessageSentFormat(String webhooksOnMessageSentFormat)
The webhooks.on_message_sent.format.
|
ServiceUpdater |
setWebhooksOnMessageSentMethod(HttpMethod webhooksOnMessageSentMethod)
The webhooks.on_message_sent.method.
|
ServiceUpdater |
setWebhooksOnMessageSentUrl(String webhooksOnMessageSentUrl)
The webhooks.on_message_sent.url.
|
ServiceUpdater |
setWebhooksOnMessageSentUrl(URI webhooksOnMessageSentUrl)
The webhooks.on_message_sent.url.
|
ServiceUpdater |
setWebhooksOnMessageUpdatedFormat(String webhooksOnMessageUpdatedFormat)
The webhooks.on_message_updated.format.
|
ServiceUpdater |
setWebhooksOnMessageUpdatedMethod(HttpMethod webhooksOnMessageUpdatedMethod)
The webhooks.on_message_updated.method.
|
ServiceUpdater |
setWebhooksOnMessageUpdatedUrl(String webhooksOnMessageUpdatedUrl)
The webhooks.on_message_updated.url.
|
ServiceUpdater |
setWebhooksOnMessageUpdatedUrl(URI webhooksOnMessageUpdatedUrl)
The webhooks.on_message_updated.url.
|
ServiceUpdater |
setWebhooksOnMessageUpdateFormat(String webhooksOnMessageUpdateFormat)
The webhooks.on_message_update.format.
|
ServiceUpdater |
setWebhooksOnMessageUpdateMethod(HttpMethod webhooksOnMessageUpdateMethod)
The webhooks.on_message_update.method.
|
ServiceUpdater |
setWebhooksOnMessageUpdateUrl(String webhooksOnMessageUpdateUrl)
The webhooks.on_message_update.url.
|
ServiceUpdater |
setWebhooksOnMessageUpdateUrl(URI webhooksOnMessageUpdateUrl)
The webhooks.on_message_update.url.
|
Service |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public ServiceUpdater(String pathSid)
pathSid
- The sidpublic ServiceUpdater setFriendlyName(String friendlyName)
friendlyName
- Human-readable name for this service instancepublic ServiceUpdater setDefaultServiceRoleSid(String defaultServiceRoleSid)
defaultServiceRoleSid
- The default_service_role_sidpublic ServiceUpdater setDefaultChannelRoleSid(String defaultChannelRoleSid)
defaultChannelRoleSid
- Channel role assigned on channel joinpublic ServiceUpdater setDefaultChannelCreatorRoleSid(String defaultChannelCreatorRoleSid)
defaultChannelCreatorRoleSid
- Channel role assigned to creator of
channel when joining for first timepublic ServiceUpdater setReadStatusEnabled(Boolean readStatusEnabled)
readStatusEnabled
- true if the member read status feature is enabled,
false if not.public ServiceUpdater setReachabilityEnabled(Boolean reachabilityEnabled)
reachabilityEnabled
- true if the reachability feature should be
enabled.public ServiceUpdater setTypingIndicatorTimeout(Integer typingIndicatorTimeout)
typingIndicatorTimeout
- ISO 8601 duration indicating the timeout after
"started typing" event when client should
assume that user is not typing anymore even if
no "ended typing" message receivedpublic ServiceUpdater setConsumptionReportInterval(Integer consumptionReportInterval)
consumptionReportInterval
- ISO 8601 duration indicating the interval
between consumption reports sent from client
endpoints.public ServiceUpdater setNotificationsNewMessageEnabled(Boolean notificationsNewMessageEnabled)
notificationsNewMessageEnabled
- The notifications.new_message.enabledpublic ServiceUpdater setNotificationsNewMessageTemplate(String notificationsNewMessageTemplate)
notificationsNewMessageTemplate
- The notifications.new_message.templatepublic ServiceUpdater setNotificationsAddedToChannelEnabled(Boolean notificationsAddedToChannelEnabled)
notificationsAddedToChannelEnabled
- The
notifications.added_to_channel.enabledpublic ServiceUpdater setNotificationsAddedToChannelTemplate(String notificationsAddedToChannelTemplate)
notificationsAddedToChannelTemplate
- The
notifications.added_to_channel.templatepublic ServiceUpdater setNotificationsRemovedFromChannelEnabled(Boolean notificationsRemovedFromChannelEnabled)
notificationsRemovedFromChannelEnabled
- The
notifications.removed_from_channel.enabledpublic ServiceUpdater setNotificationsRemovedFromChannelTemplate(String notificationsRemovedFromChannelTemplate)
notificationsRemovedFromChannelTemplate
- The
notifications.removed_from_channel.templatepublic ServiceUpdater setNotificationsInvitedToChannelEnabled(Boolean notificationsInvitedToChannelEnabled)
notificationsInvitedToChannelEnabled
- The
notifications.invited_to_channel.enabledpublic ServiceUpdater setNotificationsInvitedToChannelTemplate(String notificationsInvitedToChannelTemplate)
notificationsInvitedToChannelTemplate
- The
notifications.invited_to_channel.templatepublic ServiceUpdater setPreWebhookUrl(URI preWebhookUrl)
preWebhookUrl
- The webhook URL for PRE-Event webhooks.public ServiceUpdater setPreWebhookUrl(String preWebhookUrl)
preWebhookUrl
- The webhook URL for PRE-Event webhooks.public ServiceUpdater setPostWebhookUrl(URI postWebhookUrl)
postWebhookUrl
- The webhook URL for POST-Event webhooks.public ServiceUpdater setPostWebhookUrl(String postWebhookUrl)
postWebhookUrl
- The webhook URL for POST-Event webhooks.public ServiceUpdater setWebhookMethod(HttpMethod webhookMethod)
webhookMethod
- The webhook request format to use.public ServiceUpdater setWebhookFilters(List<String> webhookFilters)
webhookFilters
- The list of WebHook events that are enabled for this
Service instance.public ServiceUpdater setWebhookFilters(String webhookFilters)
webhookFilters
- The list of WebHook events that are enabled for this
Service instance.public ServiceUpdater setWebhooksOnMessageSendUrl(URI webhooksOnMessageSendUrl)
webhooksOnMessageSendUrl
- The webhooks.on_message_send.urlpublic ServiceUpdater setWebhooksOnMessageSendUrl(String webhooksOnMessageSendUrl)
webhooksOnMessageSendUrl
- The webhooks.on_message_send.urlpublic ServiceUpdater setWebhooksOnMessageSendMethod(HttpMethod webhooksOnMessageSendMethod)
webhooksOnMessageSendMethod
- The webhooks.on_message_send.methodpublic ServiceUpdater setWebhooksOnMessageSendFormat(String webhooksOnMessageSendFormat)
webhooksOnMessageSendFormat
- The webhooks.on_message_send.formatpublic ServiceUpdater setWebhooksOnMessageUpdateUrl(URI webhooksOnMessageUpdateUrl)
webhooksOnMessageUpdateUrl
- The webhooks.on_message_update.urlpublic ServiceUpdater setWebhooksOnMessageUpdateUrl(String webhooksOnMessageUpdateUrl)
webhooksOnMessageUpdateUrl
- The webhooks.on_message_update.urlpublic ServiceUpdater setWebhooksOnMessageUpdateMethod(HttpMethod webhooksOnMessageUpdateMethod)
webhooksOnMessageUpdateMethod
- The webhooks.on_message_update.methodpublic ServiceUpdater setWebhooksOnMessageUpdateFormat(String webhooksOnMessageUpdateFormat)
webhooksOnMessageUpdateFormat
- The webhooks.on_message_update.formatpublic ServiceUpdater setWebhooksOnMessageRemoveUrl(URI webhooksOnMessageRemoveUrl)
webhooksOnMessageRemoveUrl
- The webhooks.on_message_remove.urlpublic ServiceUpdater setWebhooksOnMessageRemoveUrl(String webhooksOnMessageRemoveUrl)
webhooksOnMessageRemoveUrl
- The webhooks.on_message_remove.urlpublic ServiceUpdater setWebhooksOnMessageRemoveMethod(HttpMethod webhooksOnMessageRemoveMethod)
webhooksOnMessageRemoveMethod
- The webhooks.on_message_remove.methodpublic ServiceUpdater setWebhooksOnMessageRemoveFormat(String webhooksOnMessageRemoveFormat)
webhooksOnMessageRemoveFormat
- The webhooks.on_message_remove.formatpublic ServiceUpdater setWebhooksOnChannelAddUrl(URI webhooksOnChannelAddUrl)
webhooksOnChannelAddUrl
- The webhooks.on_channel_add.urlpublic ServiceUpdater setWebhooksOnChannelAddUrl(String webhooksOnChannelAddUrl)
webhooksOnChannelAddUrl
- The webhooks.on_channel_add.urlpublic ServiceUpdater setWebhooksOnChannelAddMethod(HttpMethod webhooksOnChannelAddMethod)
webhooksOnChannelAddMethod
- The webhooks.on_channel_add.methodpublic ServiceUpdater setWebhooksOnChannelAddFormat(String webhooksOnChannelAddFormat)
webhooksOnChannelAddFormat
- The webhooks.on_channel_add.formatpublic ServiceUpdater setWebhooksOnChannelDestroyUrl(URI webhooksOnChannelDestroyUrl)
webhooksOnChannelDestroyUrl
- The webhooks.on_channel_destroy.urlpublic ServiceUpdater setWebhooksOnChannelDestroyUrl(String webhooksOnChannelDestroyUrl)
webhooksOnChannelDestroyUrl
- The webhooks.on_channel_destroy.urlpublic ServiceUpdater setWebhooksOnChannelDestroyMethod(HttpMethod webhooksOnChannelDestroyMethod)
webhooksOnChannelDestroyMethod
- The webhooks.on_channel_destroy.methodpublic ServiceUpdater setWebhooksOnChannelDestroyFormat(String webhooksOnChannelDestroyFormat)
webhooksOnChannelDestroyFormat
- The webhooks.on_channel_destroy.formatpublic ServiceUpdater setWebhooksOnChannelUpdateUrl(URI webhooksOnChannelUpdateUrl)
webhooksOnChannelUpdateUrl
- The webhooks.on_channel_update.urlpublic ServiceUpdater setWebhooksOnChannelUpdateUrl(String webhooksOnChannelUpdateUrl)
webhooksOnChannelUpdateUrl
- The webhooks.on_channel_update.urlpublic ServiceUpdater setWebhooksOnChannelUpdateMethod(HttpMethod webhooksOnChannelUpdateMethod)
webhooksOnChannelUpdateMethod
- The webhooks.on_channel_update.methodpublic ServiceUpdater setWebhooksOnChannelUpdateFormat(String webhooksOnChannelUpdateFormat)
webhooksOnChannelUpdateFormat
- The webhooks.on_channel_update.formatpublic ServiceUpdater setWebhooksOnMemberAddUrl(URI webhooksOnMemberAddUrl)
webhooksOnMemberAddUrl
- The webhooks.on_member_add.urlpublic ServiceUpdater setWebhooksOnMemberAddUrl(String webhooksOnMemberAddUrl)
webhooksOnMemberAddUrl
- The webhooks.on_member_add.urlpublic ServiceUpdater setWebhooksOnMemberAddMethod(HttpMethod webhooksOnMemberAddMethod)
webhooksOnMemberAddMethod
- The webhooks.on_member_add.methodpublic ServiceUpdater setWebhooksOnMemberAddFormat(String webhooksOnMemberAddFormat)
webhooksOnMemberAddFormat
- The webhooks.on_member_add.formatpublic ServiceUpdater setWebhooksOnMemberRemoveUrl(URI webhooksOnMemberRemoveUrl)
webhooksOnMemberRemoveUrl
- The webhooks.on_member_remove.urlpublic ServiceUpdater setWebhooksOnMemberRemoveUrl(String webhooksOnMemberRemoveUrl)
webhooksOnMemberRemoveUrl
- The webhooks.on_member_remove.urlpublic ServiceUpdater setWebhooksOnMemberRemoveMethod(HttpMethod webhooksOnMemberRemoveMethod)
webhooksOnMemberRemoveMethod
- The webhooks.on_member_remove.methodpublic ServiceUpdater setWebhooksOnMemberRemoveFormat(String webhooksOnMemberRemoveFormat)
webhooksOnMemberRemoveFormat
- The webhooks.on_member_remove.formatpublic ServiceUpdater setWebhooksOnMessageSentUrl(URI webhooksOnMessageSentUrl)
webhooksOnMessageSentUrl
- The webhooks.on_message_sent.urlpublic ServiceUpdater setWebhooksOnMessageSentUrl(String webhooksOnMessageSentUrl)
webhooksOnMessageSentUrl
- The webhooks.on_message_sent.urlpublic ServiceUpdater setWebhooksOnMessageSentMethod(HttpMethod webhooksOnMessageSentMethod)
webhooksOnMessageSentMethod
- The webhooks.on_message_sent.methodpublic ServiceUpdater setWebhooksOnMessageSentFormat(String webhooksOnMessageSentFormat)
webhooksOnMessageSentFormat
- The webhooks.on_message_sent.formatpublic ServiceUpdater setWebhooksOnMessageUpdatedUrl(URI webhooksOnMessageUpdatedUrl)
webhooksOnMessageUpdatedUrl
- The webhooks.on_message_updated.urlpublic ServiceUpdater setWebhooksOnMessageUpdatedUrl(String webhooksOnMessageUpdatedUrl)
webhooksOnMessageUpdatedUrl
- The webhooks.on_message_updated.urlpublic ServiceUpdater setWebhooksOnMessageUpdatedMethod(HttpMethod webhooksOnMessageUpdatedMethod)
webhooksOnMessageUpdatedMethod
- The webhooks.on_message_updated.methodpublic ServiceUpdater setWebhooksOnMessageUpdatedFormat(String webhooksOnMessageUpdatedFormat)
webhooksOnMessageUpdatedFormat
- The webhooks.on_message_updated.formatpublic ServiceUpdater setWebhooksOnMessageRemovedUrl(URI webhooksOnMessageRemovedUrl)
webhooksOnMessageRemovedUrl
- The webhooks.on_message_removed.urlpublic ServiceUpdater setWebhooksOnMessageRemovedUrl(String webhooksOnMessageRemovedUrl)
webhooksOnMessageRemovedUrl
- The webhooks.on_message_removed.urlpublic ServiceUpdater setWebhooksOnMessageRemovedMethod(HttpMethod webhooksOnMessageRemovedMethod)
webhooksOnMessageRemovedMethod
- The webhooks.on_message_removed.methodpublic ServiceUpdater setWebhooksOnMessageRemovedFormat(String webhooksOnMessageRemovedFormat)
webhooksOnMessageRemovedFormat
- The webhooks.on_message_removed.formatpublic ServiceUpdater setWebhooksOnChannelAddedUrl(URI webhooksOnChannelAddedUrl)
webhooksOnChannelAddedUrl
- The webhooks.on_channel_added.urlpublic ServiceUpdater setWebhooksOnChannelAddedUrl(String webhooksOnChannelAddedUrl)
webhooksOnChannelAddedUrl
- The webhooks.on_channel_added.urlpublic ServiceUpdater setWebhooksOnChannelAddedMethod(HttpMethod webhooksOnChannelAddedMethod)
webhooksOnChannelAddedMethod
- The webhooks.on_channel_added.methodpublic ServiceUpdater setWebhooksOnChannelAddedFormat(String webhooksOnChannelAddedFormat)
webhooksOnChannelAddedFormat
- The webhooks.on_channel_added.formatpublic ServiceUpdater setWebhooksOnChannelDestroyedUrl(URI webhooksOnChannelDestroyedUrl)
webhooksOnChannelDestroyedUrl
- The webhooks.on_channel_destroyed.urlpublic ServiceUpdater setWebhooksOnChannelDestroyedUrl(String webhooksOnChannelDestroyedUrl)
webhooksOnChannelDestroyedUrl
- The webhooks.on_channel_destroyed.urlpublic ServiceUpdater setWebhooksOnChannelDestroyedMethod(HttpMethod webhooksOnChannelDestroyedMethod)
webhooksOnChannelDestroyedMethod
- The
webhooks.on_channel_destroyed.methodpublic ServiceUpdater setWebhooksOnChannelDestroyedFormat(String webhooksOnChannelDestroyedFormat)
webhooksOnChannelDestroyedFormat
- The
webhooks.on_channel_destroyed.formatpublic ServiceUpdater setWebhooksOnChannelUpdatedUrl(URI webhooksOnChannelUpdatedUrl)
webhooksOnChannelUpdatedUrl
- The webhooks.on_channel_updated.urlpublic ServiceUpdater setWebhooksOnChannelUpdatedUrl(String webhooksOnChannelUpdatedUrl)
webhooksOnChannelUpdatedUrl
- The webhooks.on_channel_updated.urlpublic ServiceUpdater setWebhooksOnChannelUpdatedMethod(HttpMethod webhooksOnChannelUpdatedMethod)
webhooksOnChannelUpdatedMethod
- The webhooks.on_channel_updated.methodpublic ServiceUpdater setWebhooksOnChannelUpdatedFormat(String webhooksOnChannelUpdatedFormat)
webhooksOnChannelUpdatedFormat
- The webhooks.on_channel_updated.formatpublic ServiceUpdater setWebhooksOnMemberAddedUrl(URI webhooksOnMemberAddedUrl)
webhooksOnMemberAddedUrl
- The webhooks.on_member_added.urlpublic ServiceUpdater setWebhooksOnMemberAddedUrl(String webhooksOnMemberAddedUrl)
webhooksOnMemberAddedUrl
- The webhooks.on_member_added.urlpublic ServiceUpdater setWebhooksOnMemberAddedMethod(HttpMethod webhooksOnMemberAddedMethod)
webhooksOnMemberAddedMethod
- The webhooks.on_member_added.methodpublic ServiceUpdater setWebhooksOnMemberAddedFormat(String webhooksOnMemberAddedFormat)
webhooksOnMemberAddedFormat
- The webhooks.on_member_added.formatpublic ServiceUpdater setWebhooksOnMemberRemovedUrl(URI webhooksOnMemberRemovedUrl)
webhooksOnMemberRemovedUrl
- The webhooks.on_member_removed.urlpublic ServiceUpdater setWebhooksOnMemberRemovedUrl(String webhooksOnMemberRemovedUrl)
webhooksOnMemberRemovedUrl
- The webhooks.on_member_removed.urlpublic ServiceUpdater setWebhooksOnMemberRemovedMethod(HttpMethod webhooksOnMemberRemovedMethod)
webhooksOnMemberRemovedMethod
- The webhooks.on_member_removed.methodpublic ServiceUpdater setWebhooksOnMemberRemovedFormat(String webhooksOnMemberRemovedFormat)
webhooksOnMemberRemovedFormat
- The webhooks.on_member_removed.formatpublic ServiceUpdater setLimitsChannelMembers(Integer limitsChannelMembers)
limitsChannelMembers
- The limits.channel_memberspublic ServiceUpdater setLimitsUserChannels(Integer limitsUserChannels)
limitsUserChannels
- The limits.user_channelspublic Service update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.