Uses of Class
com.twilio.sdk.resource.InstanceResource

Packages that use InstanceResource
com.twilio.sdk.resource   
com.twilio.sdk.resource.instance   
com.twilio.sdk.resource.instance.lookups   
com.twilio.sdk.resource.instance.sip   
com.twilio.sdk.resource.instance.taskrouter   
 

Uses of InstanceResource in com.twilio.sdk.resource
 

Subclasses of InstanceResource in com.twilio.sdk.resource
 class NextGenInstanceResource<C extends TwilioClient>
           
 

Uses of InstanceResource in com.twilio.sdk.resource.instance
 

Subclasses of InstanceResource in com.twilio.sdk.resource.instance
 class Account
          The Class Account.
 class Address
          An Address instance resource.
 class Application
          The Class Application.
 class AuthorizedConnectApp
          The AuthorizedConnectApps list resource shows all of the Connect Apps that you have authorized for your account.
 class AvailablePhoneNumber
          The Class AvailablePhoneNumber.
 class Call
          The Class Call.
 class Conference
          The Class Conference.
 class ConnectApp
          The ConnectApps list resource shows all of the Connect Apps that you have created within your Twilio account.
 class DependentPhoneNumber
          An incoming phone number that depends on a particular address.
 class Feedback
          A Feedback class.
 class FeedbackSummary
          A FeedbackSummary class.
 class IncomingPhoneNumber
          The Class IncomingPhoneNumber.
 class Media
          The Class Media.
 class Member
          The Member represents a single Queue member.
 class Message
           
 class Notification
          The Class Notification.
 class OutgoingCallerId
          The Class OutgoingCallerId.
 class Participant
          The Class Participant.
 class Queue
          The Queue represents a queue resource.
 class Recording
          The Class Recording.
 class Sandbox
          The Class Sandbox.
 class ShortCode
          The Class IncomingPhoneNumber.
 class Sms
          The Class Sms.
 class Token
           
 class Transcription
          The Class Transcription.
 class UsageRecord
          The Class Usage.
 class UsageTrigger
          The Class UsageTrigger.
 

Uses of InstanceResource in com.twilio.sdk.resource.instance.lookups
 

Subclasses of InstanceResource in com.twilio.sdk.resource.instance.lookups
 class PhoneNumber
           
 

Uses of InstanceResource in com.twilio.sdk.resource.instance.sip
 

Subclasses of InstanceResource in com.twilio.sdk.resource.instance.sip
 class Credential
           
 class CredentialListInstance
          This class is the instance resource corresponding to /CredentialLists/CLXXX.
 class CredentialListMapping
           
 class Domain
           
 class IpAccessControlList
           
 class IpAccessControlListMapping
           
 class IpAddress
           
 

Uses of InstanceResource in com.twilio.sdk.resource.instance.taskrouter
 

Subclasses of InstanceResource in com.twilio.sdk.resource.instance.taskrouter
 class Activity
          Activities describe the current status of your Worker resources, which determines whether they are eligible to receive Task assignments.
 class Event
          TaskRouter logs Events for each state change in the Workspace for the purpose of historical reporting and auditing.
 class Reservation
          The Reservation subresource of Task is created whenever a Task is assigned to a Worker.
 class Task
          A Task resource represents a single item of work waiting to be processed.
 class TaskQueue
          TaskQueues are the resource you use to categorize Tasks and describe which Workers are eligible to handle those Tasks.
 class TaskQueueStatistics
          Statistics about task distribution.
 class Worker
          Workers represent an entity that is able to perform tasks, such as an agent working in a call center, or a salesperson handling leads.
 class WorkersStatistics
          Statistics about workers.
 class WorkerStatistics
          Statistics about Worker.
 class Workflow
          Workflows control how tasks will be prioritized and routed into Queues, and how Tasks should escalate in priority or move across queues over time.
 class WorkflowStatistics
          Statistics about Workflow See the TaskRouter documentation.
 class Workspace
          A Workspace is a container for your Tasks, Workers, TaskQueues, Workflows and Activities.
 class WorkspaceStatistics
          Statistics about Workspace See the TaskRouter documentation.
 



Copyright © 2011 Twilio, Inc. All Rights Reserved.