Class InstalledAddOnExtensionUpdater
- java.lang.Object
-
- com.twilio.base.Updater<InstalledAddOnExtension>
-
- com.twilio.rest.marketplace.v1.installedaddon.InstalledAddOnExtensionUpdater
-
public class InstalledAddOnExtensionUpdater extends Updater<InstalledAddOnExtension>
-
-
Constructor Summary
Constructors Constructor Description InstalledAddOnExtensionUpdater(String pathInstalledAddOnSid, String pathSid, Boolean enabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstalledAddOnExtensionUpdatersetEnabled(Boolean enabled)InstalledAddOnExtensionupdate(TwilioRestClient client)Execute a request using specified client.TwilioResponse<InstalledAddOnExtension>updateWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync, updateWithResponse
-
-
-
-
Method Detail
-
setEnabled
public InstalledAddOnExtensionUpdater setEnabled(Boolean enabled)
-
update
public InstalledAddOnExtension update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<InstalledAddOnExtension>- Parameters:
client- client used to make request- Returns:
- Requested object
-
updateWithResponse
public TwilioResponse<InstalledAddOnExtension> updateWithResponse(TwilioRestClient client)
- Overrides:
updateWithResponsein classUpdater<InstalledAddOnExtension>
-
-