Class WorkerFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Worker>
-
- com.twilio.rest.taskrouter.v1.workspace.WorkerFetcher
-
-
Constructor Summary
Constructors Constructor Description WorkerFetcher(String pathWorkspaceSid, String pathSid)
Construct a new WorkerFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Worker
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 Worker fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
-
-