Class ServiceUpdater

    • Constructor Detail

      • ServiceUpdater

        public ServiceUpdater​(String pathSid)
    • Method Detail

      • setDefaultServiceRoleSid

        public ServiceUpdater setDefaultServiceRoleSid​(String defaultServiceRoleSid)
      • setDefaultChannelRoleSid

        public ServiceUpdater setDefaultChannelRoleSid​(String defaultChannelRoleSid)
      • setDefaultChannelCreatorRoleSid

        public ServiceUpdater setDefaultChannelCreatorRoleSid​(String defaultChannelCreatorRoleSid)
      • 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)
      • setPostWebhookUrl

        public ServiceUpdater setPostWebhookUrl​(URI postWebhookUrl)
      • setLimitsChannelMembers

        public ServiceUpdater setLimitsChannelMembers​(Integer limitsChannelMembers)
      • setMediaCompatibilityMessage

        public ServiceUpdater setMediaCompatibilityMessage​(String mediaCompatibilityMessage)
      • setPreWebhookRetryCount

        public ServiceUpdater setPreWebhookRetryCount​(Integer preWebhookRetryCount)
      • setPostWebhookRetryCount

        public ServiceUpdater setPostWebhookRetryCount​(Integer postWebhookRetryCount)
      • setNotificationsLogEnabled

        public ServiceUpdater setNotificationsLogEnabled​(Boolean notificationsLogEnabled)
      • update

        public Service update​(TwilioRestClient client)
        Description copied from class: Updater
        Execute a request using specified client.
        Specified by:
        update in class Updater<Service>
        Parameters:
        client - client used to make request
        Returns:
        Requested object