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 ConferenceParticipant
fetch(TwilioRestClient client)
Execute a request using specified client.ConferenceParticipantFetcher
setEvents(String events)
ConferenceParticipantFetcher
setMetrics(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:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<ConferenceParticipant>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-