public class OutgoingCallerIdUpdater extends Updater<OutgoingCallerId>
| Constructor and Description |
|---|
OutgoingCallerIdUpdater(String pathSid)
Construct a new OutgoingCallerIdUpdater.
|
OutgoingCallerIdUpdater(String pathAccountSid,
String pathSid)
Construct a new OutgoingCallerIdUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
OutgoingCallerIdUpdater |
setFriendlyName(String friendlyName)
A human readable description of the caller ID.
|
OutgoingCallerId |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic OutgoingCallerIdUpdater(String pathSid)
pathSid - Update by unique outgoing-caller-id Sidpublic OutgoingCallerIdUpdater setFriendlyName(String friendlyName)
friendlyName - A human readable description of the caller IDpublic OutgoingCallerId update(TwilioRestClient client)
update in class Updater<OutgoingCallerId>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.