Class ConferenceParticipantFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<ConferenceParticipant>
-
- com.twilio.rest.insights.v1.conference.ConferenceParticipantFetcher
-
public class ConferenceParticipantFetcher extends Fetcher<ConferenceParticipant>
-
-
Constructor Summary
Constructors Constructor Description ConferenceParticipantFetcher(String pathConferenceSid, String pathParticipantSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConferenceParticipantfetch(TwilioRestClient client)Execute a request using specified client.ConferenceParticipantFetchersetEvents(String events)ConferenceParticipantFetchersetMetrics(String metrics)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
setEvents
public ConferenceParticipantFetcher setEvents(String events)
-
setMetrics
public ConferenceParticipantFetcher setMetrics(String metrics)
-
fetch
public ConferenceParticipant fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<ConferenceParticipant>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-