com.twilio.sdk.resource.list
Class AuthorizedConnectAppList

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

public class AuthorizedConnectAppList
extends ListResource<AuthorizedConnectApp>

The ConnectApps list resource shows all of the Connect Apps that you have authorized within your Twilio account. The instance resource shows you the permissions you have authorized 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/authorized-connect-apps


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

AuthorizedConnectAppList

public AuthorizedConnectAppList(TwilioRestClient client)
Instantiates a new AuthorizedConnectApp list.

Parameters:
client - the client

AuthorizedConnectAppList

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

Parameters:
client - the client
filters - the filters


Copyright © 2011 Twilio, Inc. All Rights Reserved.