Package | Description |
---|---|
com.twilio.rest.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
static NotificationReader |
Notification.reader()
Create a NotificationReader to execute read.
|
static NotificationReader |
Notification.reader(String pathAccountSid)
Create a NotificationReader to execute read.
|
NotificationReader |
NotificationReader.setLog(Integer log)
Only read notifications of the specified log level.
|
NotificationReader |
NotificationReader.setMessageDate(LocalDate messageDate)
Only show notifications for the specified date, formatted as `YYYY-MM-DD`.
|
NotificationReader |
NotificationReader.setMessageDateAfter(LocalDate messageDateAfter)
Only show notifications for the specified date, formatted as `YYYY-MM-DD`.
|
NotificationReader |
NotificationReader.setMessageDateBefore(LocalDate messageDateBefore)
Only show notifications for the specified date, formatted as `YYYY-MM-DD`.
|
Copyright © 2019 Twilio, Inc. All Rights Reserved.