Package com.twilio.rest.video.v1
Class RoomFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Room>
-
- com.twilio.rest.video.v1.RoomFetcher
-
-
Constructor Summary
Constructors Constructor Description RoomFetcher(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Roomfetch(TwilioRestClient client)Execute a request using specified client.TwilioResponse<Room>fetchWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync, fetchWithResponse
-
-
-
-
Constructor Detail
-
RoomFetcher
public RoomFetcher(String pathSid)
-
-
Method Detail
-
fetch
public Room fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.
-
fetchWithResponse
public TwilioResponse<Room> fetchWithResponse(TwilioRestClient client)
- Overrides:
fetchWithResponsein classFetcher<Room>
-
-