public class SigningKeyUpdater extends Updater<SigningKey>
| Constructor and Description |
|---|
SigningKeyUpdater(String pathSid)
Construct a new SigningKeyUpdater.
|
SigningKeyUpdater(String pathAccountSid,
String pathSid)
Construct a new SigningKeyUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
SigningKeyUpdater |
setFriendlyName(String friendlyName)
The friendly_name.
|
SigningKey |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic SigningKeyUpdater(String pathSid)
pathSid - The sidpublic SigningKeyUpdater setFriendlyName(String friendlyName)
friendlyName - The friendly_namepublic SigningKey update(TwilioRestClient client)
update in class Updater<SigningKey>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.