public abstract class InstanceResource extends Resource
| Constructor and Description |
|---|
InstanceResource(TwilioRestClient client)
Instantiates a new instance resource.
|
InstanceResource(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new instance resource.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String name)
Gets the property.
|
void |
update(Map<String,String> params)
Update.
|
setRequestAccountSidpublic InstanceResource(TwilioRestClient client)
client - the clientpublic InstanceResource(TwilioRestClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic String getProperty(String name)
name - the namepublic void update(Map<String,String> params) throws TwilioRestException
params - the paramsTwilioRestException - the twilio rest exceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.