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