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

java.lang.Object
  extended by com.twilio.sdk.resource.Resource<C>
      extended by com.twilio.sdk.resource.InstanceResource<C>
          extended by com.twilio.sdk.resource.NextGenInstanceResource<C>
Direct Known Subclasses:
Activity, Event, PhoneNumber, Reservation, Task, TaskQueue, TaskQueueStatistics, Worker, WorkersStatistics, WorkerStatistics, Workflow, WorkflowStatistics, Workspace, WorkspaceStatistics

public abstract class NextGenInstanceResource<C extends TwilioClient>
extends InstanceResource<C>


Constructor Summary
NextGenInstanceResource(C client)
           
NextGenInstanceResource(C client, Map<String,Object> properties)
           
NextGenInstanceResource(C client, Map<String,Object> properties, Map<String,String> filters)
           
 
Method Summary
 
Methods inherited from class com.twilio.sdk.resource.InstanceResource
getObject, getProperty, update, update
 
Methods inherited from class com.twilio.sdk.resource.Resource
setRequestAccountSid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NextGenInstanceResource

public NextGenInstanceResource(C client)

NextGenInstanceResource

public NextGenInstanceResource(C client,
                               Map<String,Object> properties)

NextGenInstanceResource

public NextGenInstanceResource(C client,
                               Map<String,Object> properties,
                               Map<String,String> filters)


Copyright © 2011 Twilio, Inc. All Rights Reserved.