|
CFML Twilio Library 1.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
TwilioLib.classes.RESTRequest
public class RESTRequest
| Constructor Summary | |
|---|---|
init()
|
|
| Method Summary | |
|---|---|
struct |
dump()
|
string |
getApiVersion()
|
struct |
getParameters()
|
any |
getResponse()
Returns the response object |
string |
getResponseFormat()
|
string |
getUrl()
|
string |
getValidParameterList()
Returns a list of all the valid parameters for all the REST resources |
package void |
handleResponse([struct response])
Handles the response that is returned from Twilio |
void |
setApiVersion([string ApiVersion])
|
void |
setParameters([string Type], [struct Values])
|
void |
setResponseFormat([string ResponseFormat])
|
void |
setUrl([string Url])
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public struct dump()
public string getApiVersion()
public struct getParameters()
public any getResponse()
public string getResponseFormat()
public string getUrl()
public string getValidParameterList()
package void handleResponse([struct response])
responsepublic void setApiVersion([string ApiVersion])
ApiVersionpublic void setParameters([string Type], [struct Values])
TypeValuespublic void setResponseFormat([string ResponseFormat])
ResponseFormatpublic void setUrl([string Url])
Url
|
CFML Twilio Library 1.0 | ||||
| FRAMES | |||||