com.twilio.sdk.resource.list
Class ShortCodeList

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

public class ShortCodeList
extends ListResource<ShortCode>

The Class IncomingPhoneNumberList. For more information see https://www.twilio.com/docs/api/rest/shortcodes


Constructor Summary
ShortCodeList(TwilioRestClient client)
          Instantiates a new incoming phone number list.
ShortCodeList(TwilioRestClient client, Map<String,String> filters)
          Instantiates a new incoming phone number 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

ShortCodeList

public ShortCodeList(TwilioRestClient client)
Instantiates a new incoming phone number list.

Parameters:
client - the client

ShortCodeList

public ShortCodeList(TwilioRestClient client,
                     Map<String,String> filters)
Instantiates a new incoming phone number list.

Parameters:
client - the client
filters - the filters


Copyright © 2011 Twilio, Inc. All Rights Reserved.