| Constructor and Description |
|---|
FieldTypeUpdater(String pathServiceSid,
String pathSid)
Construct a new FieldTypeUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
FieldTypeUpdater |
setFriendlyName(String friendlyName)
The friendly_name.
|
FieldTypeUpdater |
setUniqueName(String uniqueName)
The unique_name.
|
FieldType |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic FieldTypeUpdater setFriendlyName(String friendlyName)
friendlyName - The friendly_namepublic FieldTypeUpdater setUniqueName(String uniqueName)
uniqueName - The unique_namepublic FieldType update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.