public class OutgoingCallerIdUpdater extends Updater<OutgoingCallerId>
Constructor and Description |
---|
OutgoingCallerIdUpdater(String accountSid,
String sid)
Construct a new OutgoingCallerIdUpdater.
|
Modifier and Type | Method and Description |
---|---|
OutgoingCallerId |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
OutgoingCallerIdUpdater |
setFriendlyName(String friendlyName)
A human readable description of the caller ID.
|
public OutgoingCallerIdUpdater setFriendlyName(String friendlyName)
friendlyName
- A human readable description of the caller IDpublic OutgoingCallerId execute(TwilioRestClient client)
execute
in class Updater<OutgoingCallerId>
client
- TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.