public class VerificationCheckCreator extends Creator<VerificationCheck>
| Constructor and Description |
|---|
VerificationCheckCreator(String pathServiceSid,
String code)
Construct a new VerificationCheckCreator.
|
| Modifier and Type | Method and Description |
|---|---|
VerificationCheck |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
VerificationCheckCreator |
setTo(String to)
The To phonenumber of the phone being verified.
|
create, createAsync, createAsyncpublic VerificationCheckCreator setTo(String to)
to - To phonenumberpublic VerificationCheck create(TwilioRestClient client)
create in class Creator<VerificationCheck>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.