Package com.twilio.example
Class Example
- java.lang.Object
-
- com.twilio.example.Example
-
public class Example extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCOUNT_SID
static String
AUTH_TOKEN
static PhoneNumber
PHONE_NUMBER
-
Constructor Summary
Constructors Constructor Description Example()
-
-
-
Field Detail
-
ACCOUNT_SID
public static final String ACCOUNT_SID
-
AUTH_TOKEN
public static final String AUTH_TOKEN
-
PHONE_NUMBER
public static final PhoneNumber PHONE_NUMBER
-
-
Method Detail
-
main
public static void main(String[] args) throws TwiMLException, URISyntaxException
Example Twilio usage.- Parameters:
args
- command line args- Throws:
TwiMLException
- if unable to generate TwiMLURISyntaxException
-
-