Class AssetUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Asset>
-
- com.twilio.rest.serverless.v1.service.AssetUpdater
-
-
Constructor Summary
Constructors Constructor Description AssetUpdater(String pathServiceSid, String pathSid, String friendlyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetUpdater
setFriendlyName(String friendlyName)
Asset
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setFriendlyName
public AssetUpdater setFriendlyName(String friendlyName)
-
-