Class SettingsUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Settings>
-
- com.twilio.rest.voice.v1.dialingpermissions.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 Summary
Constructors Constructor Description SettingsUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SettingsUpdater
setDialingPermissionsInheritance(Boolean dialingPermissionsInheritance)
`true` for this sub-account to inherit voice dialing permissions from the Master Project; otherwise `false`..Settings
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
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.
-
-