Class NotificationFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Notification>
-
- com.twilio.rest.api.v2010.account.call.NotificationFetcher
-
public class NotificationFetcher extends Fetcher<Notification>
-
-
Constructor Summary
Constructors Constructor Description NotificationFetcher(String pathCallSid, String pathSid)
NotificationFetcher(String pathAccountSid, String pathCallSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Notification
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public Notification fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<Notification>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-