public class NotificationFetcher extends Fetcher<Notification>
| Constructor and Description |
|---|
NotificationFetcher(String pathSid)
Construct a new NotificationFetcher.
|
NotificationFetcher(String pathAccountSid,
String pathSid)
Construct a new NotificationFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic NotificationFetcher(String pathSid)
pathSid - Fetch by unique notification Sidpublic Notification fetch(TwilioRestClient client)
fetch in class Fetcher<Notification>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.