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