com.twilio.sdk.resource.list
Class OutgoingCallerIdList
java.lang.Object
com.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<OutgoingCallerId>
com.twilio.sdk.resource.list.OutgoingCallerIdList
- All Implemented Interfaces:
- OutgoingCallerIdFactory, Iterable<OutgoingCallerId>
public class OutgoingCallerIdList
- extends ListResource<OutgoingCallerId>
- implements OutgoingCallerIdFactory
The Class OutgoingCallerIdList.
For more information see http://www.twilio.com/docs/api/rest/outgoing-caller-ids
OutgoingCallerIdList
public OutgoingCallerIdList(TwilioRestClient client)
- Instantiates a new outgoing caller id list.
- Parameters:
client - the client
OutgoingCallerIdList
public OutgoingCallerIdList(TwilioRestClient client,
Map<String,String> filters)
- Instantiates a new outgoing caller id list.
- Parameters:
client - the clientfilters - the filters
create
public CallerIdValidation create(Map<String,String> params)
throws TwilioRestException
- Description copied from interface:
OutgoingCallerIdFactory
- Creates the.
- Specified by:
create in interface OutgoingCallerIdFactory
- Parameters:
params - the params
- Returns:
- the caller id validation
- Throws:
TwilioRestException
Copyright © 2011 Twilio, Inc. All Rights Reserved.