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