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 descriptive string that you create to describe the resource.
|
OutgoingCallerId |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public OutgoingCallerIdUpdater(String pathSid)
pathSid
- The unique string that identifies the resourcepublic OutgoingCallerIdUpdater setFriendlyName(String friendlyName)
friendlyName
- A string to describe the resourcepublic OutgoingCallerId update(TwilioRestClient client)
update
in class Updater<OutgoingCallerId>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.