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