com.twilio.sdk.resource.list
Class TranscriptionList

java.lang.Object
  extended by com.twilio.sdk.resource.Resource
      extended by com.twilio.sdk.resource.ListResource<Transcription>
          extended by com.twilio.sdk.resource.list.TranscriptionList
All Implemented Interfaces:
Iterable<Transcription>

public class TranscriptionList
extends ListResource<Transcription>

The Class TranscriptionList. For more information see http://www.twilio.com/docs/api/rest/transcription


Constructor Summary
TranscriptionList(TwilioRestClient client)
          Instantiates a new transcription list.
TranscriptionList(TwilioRestClient client, Map<String,String> filters)
          Instantiates a new transcription list.
 
Method Summary
 
Methods inherited from class com.twilio.sdk.resource.ListResource
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, getTotal, iterator
 
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

TranscriptionList

public TranscriptionList(TwilioRestClient client)
Instantiates a new transcription list.

Parameters:
client - the client

TranscriptionList

public TranscriptionList(TwilioRestClient client,
                         Map<String,String> filters)
Instantiates a new transcription list.

Parameters:
client - the client
filters - the filters


Copyright © 2011 Twilio, Inc. All Rights Reserved.