com.twilio.sdk.resource.list
Class ConnectAppList

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

public class ConnectAppList
extends ListResource<ConnectApp>

The ConnectApps list resource shows all of the Connect Apps that you have created within your Twilio account. The instance resource shows you the permissions you are requesting for a single Connect App as well as information about the Connect App itself. For more information see https://www.twilio.com/docs/api/rest/connect-apps


Constructor Summary
ConnectAppList(TwilioRestClient client)
          Instantiates a new ConnectApp list.
ConnectAppList(TwilioRestClient client, Map<String,String> filters)
          Instantiates a new ConnectApp 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

ConnectAppList

public ConnectAppList(TwilioRestClient client)
Instantiates a new ConnectApp list.

Parameters:
client - the client

ConnectAppList

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

Parameters:
client - the client
filters - the filters


Copyright © 2011 Twilio, Inc. All Rights Reserved.