com.twilio.sdk.resource
Class Resource<C extends TwilioClient>

java.lang.Object
  extended by com.twilio.sdk.resource.Resource<C>
Direct Known Subclasses:
InstanceResource, ListResource, NextGenListResource

public abstract class Resource<C extends TwilioClient>
extends Object

The Class Resource.


Constructor Summary
Resource(C client)
          Instantiates a new resource.
 
Method Summary
 void setRequestAccountSid(String sid)
          Sets the request account sid.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resource

public Resource(C client)
Instantiates a new resource.

Parameters:
client - the client
Method Detail

setRequestAccountSid

public void setRequestAccountSid(String sid)
Sets the request account sid.

Parameters:
sid - the new request account sid


Copyright © 2011 Twilio, Inc. All Rights Reserved.