Constructor and Description |
---|
AlertReader() |
Modifier and Type | Method and Description |
---|---|
AlertReader |
byEndDate(String endDate)
The end_date.
|
AlertReader |
byLogLevel(String logLevel)
The log_level.
|
AlertReader |
byStartDate(String startDate)
The start_date.
|
ResourceSet<Alert> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Alert> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Alert> |
nextPage(Page<Alert> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public AlertReader byLogLevel(String logLevel)
logLevel
- The log_levelpublic AlertReader byStartDate(String startDate)
startDate
- The start_datepublic AlertReader byEndDate(String endDate)
endDate
- The end_datepublic ResourceSet<Alert> execute(TwilioRestClient client)
public Page<Alert> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.