Class SettingsUpdater


  • public class SettingsUpdater
    extends Updater<Settings>
    PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
    • Constructor Detail

      • SettingsUpdater

        public SettingsUpdater()
    • Method Detail

      • setDialingPermissionsInheritance

        public SettingsUpdater setDialingPermissionsInheritance​(Boolean dialingPermissionsInheritance)
        `true` for this sub-account to inherit voice dialing permissions from the Master Project; otherwise `false`..
        Parameters:
        dialingPermissionsInheritance - `true` for this sub-account to inherit voice dialing permissions from the Master Project; otherwise `false`
        Returns:
        this
      • update

        public Settings update​(TwilioRestClient client)
        Make the request to the Twilio API to perform the update.
        Specified by:
        update in class Updater<Settings>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        Updated Settings