Class ReservationFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Reservation>
-
- com.twilio.rest.taskrouter.v1.workspace.worker.ReservationFetcher
-
public class ReservationFetcher extends Fetcher<Reservation>
-
-
Constructor Summary
Constructors Constructor Description ReservationFetcher(String pathWorkspaceSid, String pathWorkerSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reservationfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public Reservation fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<Reservation>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-