Class PublishedTrackFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<PublishedTrack>
-
- com.twilio.rest.video.v1.room.participant.PublishedTrackFetcher
-
public class PublishedTrackFetcher extends Fetcher<PublishedTrack>
-
-
Constructor Summary
Constructors Constructor Description PublishedTrackFetcher(String pathRoomSid, String pathParticipantSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublishedTrackfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public PublishedTrack fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<PublishedTrack>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-