*
* @param filters the filters
* @return the connect app list
*/
public AuthorizedConnectAppList getAuthorizedConnectApps(Map<String, String> filters) {
AuthorizedConnectAppList list = new AuthorizedConnectAppList(this.getClient(), filters);
list.setRequestAccountSid(this.getRequestAccountSid());
return list;
}