Class AssetUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Asset>
-
- com.twilio.rest.serverless.v1.service.AssetUpdater
-
public class AssetUpdater extends Updater<Asset>
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 AssetUpdater(String pathServiceSid, String pathSid, String friendlyName)
Construct a new AssetUpdater.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Asset
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
-
update
public Asset update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
-
-