Class EventFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Event>
-
- com.twilio.rest.taskrouter.v1.workspace.EventFetcher
-
-
Constructor Summary
Constructors Constructor Description EventFetcher(String pathWorkspaceSid, String pathSid)
Construct a new EventFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Event
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public Event fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
-
-