Constructor and Description |
---|
EventReader() |
Modifier and Type | Method and Description |
---|---|
EventReader |
byActorSid(String actorSid)
The actor_sid.
|
EventReader |
byEndDate(String endDate)
The end_date.
|
EventReader |
byEventType(String eventType)
The event_type.
|
EventReader |
byResourceSid(String resourceSid)
The resource_sid.
|
EventReader |
bySourceIpAddress(String sourceIpAddress)
The source_ip_address.
|
EventReader |
byStartDate(String startDate)
The start_date.
|
ResourceSet<Event> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Event> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Event> |
nextPage(Page<Event> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public EventReader byActorSid(String actorSid)
actorSid
- The actor_sidpublic EventReader byEndDate(String endDate)
endDate
- The end_datepublic EventReader byEventType(String eventType)
eventType
- The event_typepublic EventReader byResourceSid(String resourceSid)
resourceSid
- The resource_sidpublic EventReader bySourceIpAddress(String sourceIpAddress)
sourceIpAddress
- The source_ip_addresspublic EventReader byStartDate(String startDate)
startDate
- The start_datepublic ResourceSet<Event> execute(TwilioRestClient client)
public Page<Event> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.