com.twilio.sdk.resource.list
Class ShortCodeList
java.lang.Object
com.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<ShortCode>
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
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 clientfilters - the filters
Copyright © 2011 Twilio, Inc. All Rights Reserved.