public class ModelBuildUpdater extends Updater<ModelBuild>
| Constructor and Description |
|---|
ModelBuildUpdater(String pathServiceSid,
String pathSid)
Construct a new ModelBuildUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
ModelBuildUpdater |
setUniqueName(String uniqueName)
The unique_name.
|
ModelBuild |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic ModelBuildUpdater setUniqueName(String uniqueName)
uniqueName - The unique_namepublic ModelBuild update(TwilioRestClient client)
update in class Updater<ModelBuild>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.