*
* @param filters the filters
* @return the outgoing caller ids
*/
public OutgoingCallerIdList getOutgoingCallerIds(Map<String, String> filters) {
OutgoingCallerIdList list = new OutgoingCallerIdList(this.getClient(), filters);
list.setRequestAccountSid(this.getRequestAccountSid());
return list;
}