public class ReservationFetcher extends Fetcher<Reservation>
| Constructor and Description |
|---|
ReservationFetcher(String pathWorkspaceSid,
String pathWorkerSid,
String pathSid)
Construct a new ReservationFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
Reservation |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic Reservation fetch(TwilioRestClient client)
fetch in class Fetcher<Reservation>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.