public class CredentialListCreator extends Creator<CredentialList>
| Constructor and Description |
|---|
CredentialListCreator(String accountSid,
String friendlyName)
Construct a new CredentialListCreator.
|
| Modifier and Type | Method and Description |
|---|---|
CredentialList |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
public CredentialList execute(TwilioRestClient client)
execute in class Creator<CredentialList>client - TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.