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