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