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