| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account | |
| com.twilio.type |
| Modifier and Type | Method and Description |
|---|---|
static CallCreator |
Call.creator(Endpoint to,
PhoneNumber from,
String applicationSid)
Create a CallCreator to execute create.
|
static CallCreator |
Call.creator(Endpoint to,
PhoneNumber from,
URI url)
Create a CallCreator to execute create.
|
static CallCreator |
Call.creator(String pathAccountSid,
Endpoint to,
PhoneNumber from,
String applicationSid)
Create a CallCreator to execute create.
|
static CallCreator |
Call.creator(String pathAccountSid,
Endpoint to,
PhoneNumber from,
URI url)
Create a CallCreator to execute create.
|
| Constructor and Description |
|---|
CallCreator(Endpoint to,
PhoneNumber from,
String applicationSid)
Construct a new CallCreator.
|
CallCreator(Endpoint to,
PhoneNumber from,
URI url)
Construct a new CallCreator.
|
CallCreator(String pathAccountSid,
Endpoint to,
PhoneNumber from,
String applicationSid)
Construct a new CallCreator.
|
CallCreator(String pathAccountSid,
Endpoint to,
PhoneNumber from,
URI url)
Construct a new CallCreator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Client |
class |
PhoneNumber |
class |
Sip |
Copyright © 2016 Twilio, Inc. All Rights Reserved.