public class ParticipantCreator extends Creator<Participant>
| Constructor and Description |
|---|
ParticipantCreator(String pathConferenceSid,
PhoneNumber from,
PhoneNumber to)
Construct a new ParticipantCreator.
|
ParticipantCreator(String pathAccountSid,
String pathConferenceSid,
PhoneNumber from,
PhoneNumber to)
Construct a new ParticipantCreator.
|
| Modifier and Type | Method and Description |
|---|---|
Participant |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
ParticipantCreator |
setBeep(String beep)
The beep.
|
ParticipantCreator |
setConferenceRecord(String conferenceRecord)
The conference_record.
|
ParticipantCreator |
setConferenceRecordingStatusCallback(String conferenceRecordingStatusCallback)
The conference_recording_status_callback.
|
ParticipantCreator |
setConferenceRecordingStatusCallback(URI conferenceRecordingStatusCallback)
The conference_recording_status_callback.
|
ParticipantCreator |
setConferenceRecordingStatusCallbackEvent(List<String> conferenceRecordingStatusCallbackEvent)
The conference_recording_status_callback_event.
|
ParticipantCreator |
setConferenceRecordingStatusCallbackEvent(String conferenceRecordingStatusCallbackEvent)
The conference_recording_status_callback_event.
|
ParticipantCreator |
setConferenceRecordingStatusCallbackMethod(HttpMethod conferenceRecordingStatusCallbackMethod)
The conference_recording_status_callback_method.
|
ParticipantCreator |
setConferenceStatusCallback(String conferenceStatusCallback)
The conference_status_callback.
|
ParticipantCreator |
setConferenceStatusCallback(URI conferenceStatusCallback)
The conference_status_callback.
|
ParticipantCreator |
setConferenceStatusCallbackEvent(List<String> conferenceStatusCallbackEvent)
The conference_status_callback_event.
|
ParticipantCreator |
setConferenceStatusCallbackEvent(String conferenceStatusCallbackEvent)
The conference_status_callback_event.
|
ParticipantCreator |
setConferenceStatusCallbackMethod(HttpMethod conferenceStatusCallbackMethod)
The conference_status_callback_method.
|
ParticipantCreator |
setConferenceTrim(String conferenceTrim)
The conference_trim.
|
ParticipantCreator |
setEarlyMedia(Boolean earlyMedia)
The early_media.
|
ParticipantCreator |
setEndConferenceOnExit(Boolean endConferenceOnExit)
The end_conference_on_exit.
|
ParticipantCreator |
setMaxParticipants(Integer maxParticipants)
The max_participants.
|
ParticipantCreator |
setMuted(Boolean muted)
The muted.
|
ParticipantCreator |
setRecord(Boolean record)
The record.
|
ParticipantCreator |
setRecordingChannels(String recordingChannels)
The recording_channels.
|
ParticipantCreator |
setRecordingStatusCallback(String recordingStatusCallback)
The recording_status_callback.
|
ParticipantCreator |
setRecordingStatusCallback(URI recordingStatusCallback)
The recording_status_callback.
|
ParticipantCreator |
setRecordingStatusCallbackEvent(List<String> recordingStatusCallbackEvent)
The recording_status_callback_event.
|
ParticipantCreator |
setRecordingStatusCallbackEvent(String recordingStatusCallbackEvent)
The recording_status_callback_event.
|
ParticipantCreator |
setRecordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
The recording_status_callback_method.
|
ParticipantCreator |
setRegion(String region)
The region.
|
ParticipantCreator |
setSipAuthPassword(String sipAuthPassword)
The sip_auth_password.
|
ParticipantCreator |
setSipAuthUsername(String sipAuthUsername)
The sip_auth_username.
|
ParticipantCreator |
setStartConferenceOnEnter(Boolean startConferenceOnEnter)
The start_conference_on_enter.
|
ParticipantCreator |
setStatusCallback(String statusCallback)
The status_callback.
|
ParticipantCreator |
setStatusCallback(URI statusCallback)
The status_callback.
|
ParticipantCreator |
setStatusCallbackEvent(List<String> statusCallbackEvent)
The status_callback_event.
|
ParticipantCreator |
setStatusCallbackEvent(String statusCallbackEvent)
The status_callback_event.
|
ParticipantCreator |
setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The status_callback_method.
|
ParticipantCreator |
setTimeout(Integer timeout)
The timeout.
|
ParticipantCreator |
setWaitMethod(HttpMethod waitMethod)
The wait_method.
|
ParticipantCreator |
setWaitUrl(String waitUrl)
The wait_url.
|
ParticipantCreator |
setWaitUrl(URI waitUrl)
The wait_url.
|
create, createAsync, createAsyncpublic ParticipantCreator(String pathConferenceSid, PhoneNumber from, PhoneNumber to)
pathConferenceSid - The conference_sidfrom - The fromto - The topublic ParticipantCreator(String pathAccountSid, String pathConferenceSid, PhoneNumber from, PhoneNumber to)
pathAccountSid - The account_sidpathConferenceSid - The conference_sidfrom - The fromto - The topublic ParticipantCreator setStatusCallback(URI statusCallback)
statusCallback - The status_callbackpublic ParticipantCreator setStatusCallback(String statusCallback)
statusCallback - The status_callbackpublic ParticipantCreator setStatusCallbackMethod(HttpMethod statusCallbackMethod)
statusCallbackMethod - The status_callback_methodpublic ParticipantCreator setStatusCallbackEvent(List<String> statusCallbackEvent)
statusCallbackEvent - The status_callback_eventpublic ParticipantCreator setStatusCallbackEvent(String statusCallbackEvent)
statusCallbackEvent - The status_callback_eventpublic ParticipantCreator setTimeout(Integer timeout)
timeout - The timeoutpublic ParticipantCreator setRecord(Boolean record)
record - The recordpublic ParticipantCreator setMuted(Boolean muted)
muted - The mutedpublic ParticipantCreator setBeep(String beep)
beep - The beeppublic ParticipantCreator setStartConferenceOnEnter(Boolean startConferenceOnEnter)
startConferenceOnEnter - The start_conference_on_enterpublic ParticipantCreator setEndConferenceOnExit(Boolean endConferenceOnExit)
endConferenceOnExit - The end_conference_on_exitpublic ParticipantCreator setWaitUrl(URI waitUrl)
waitUrl - The wait_urlpublic ParticipantCreator setWaitUrl(String waitUrl)
waitUrl - The wait_urlpublic ParticipantCreator setWaitMethod(HttpMethod waitMethod)
waitMethod - The wait_methodpublic ParticipantCreator setEarlyMedia(Boolean earlyMedia)
earlyMedia - The early_mediapublic ParticipantCreator setMaxParticipants(Integer maxParticipants)
maxParticipants - The max_participantspublic ParticipantCreator setConferenceRecord(String conferenceRecord)
conferenceRecord - The conference_recordpublic ParticipantCreator setConferenceTrim(String conferenceTrim)
conferenceTrim - The conference_trimpublic ParticipantCreator setConferenceStatusCallback(URI conferenceStatusCallback)
conferenceStatusCallback - The conference_status_callbackpublic ParticipantCreator setConferenceStatusCallback(String conferenceStatusCallback)
conferenceStatusCallback - The conference_status_callbackpublic ParticipantCreator setConferenceStatusCallbackMethod(HttpMethod conferenceStatusCallbackMethod)
conferenceStatusCallbackMethod - The conference_status_callback_methodpublic ParticipantCreator setConferenceStatusCallbackEvent(List<String> conferenceStatusCallbackEvent)
conferenceStatusCallbackEvent - The conference_status_callback_eventpublic ParticipantCreator setConferenceStatusCallbackEvent(String conferenceStatusCallbackEvent)
conferenceStatusCallbackEvent - The conference_status_callback_eventpublic ParticipantCreator setRecordingChannels(String recordingChannels)
recordingChannels - The recording_channelspublic ParticipantCreator setRecordingStatusCallback(URI recordingStatusCallback)
recordingStatusCallback - The recording_status_callbackpublic ParticipantCreator setRecordingStatusCallback(String recordingStatusCallback)
recordingStatusCallback - The recording_status_callbackpublic ParticipantCreator setRecordingStatusCallbackMethod(HttpMethod recordingStatusCallbackMethod)
recordingStatusCallbackMethod - The recording_status_callback_methodpublic ParticipantCreator setSipAuthUsername(String sipAuthUsername)
sipAuthUsername - The sip_auth_usernamepublic ParticipantCreator setSipAuthPassword(String sipAuthPassword)
sipAuthPassword - The sip_auth_passwordpublic ParticipantCreator setRegion(String region)
region - The regionpublic ParticipantCreator setConferenceRecordingStatusCallback(URI conferenceRecordingStatusCallback)
conferenceRecordingStatusCallback - The
conference_recording_status_callbackpublic ParticipantCreator setConferenceRecordingStatusCallback(String conferenceRecordingStatusCallback)
conferenceRecordingStatusCallback - The
conference_recording_status_callbackpublic ParticipantCreator setConferenceRecordingStatusCallbackMethod(HttpMethod conferenceRecordingStatusCallbackMethod)
conferenceRecordingStatusCallbackMethod - The
conference_recording_status_callback_methodpublic ParticipantCreator setRecordingStatusCallbackEvent(List<String> recordingStatusCallbackEvent)
recordingStatusCallbackEvent - The recording_status_callback_eventpublic ParticipantCreator setRecordingStatusCallbackEvent(String recordingStatusCallbackEvent)
recordingStatusCallbackEvent - The recording_status_callback_eventpublic ParticipantCreator setConferenceRecordingStatusCallbackEvent(List<String> conferenceRecordingStatusCallbackEvent)
conferenceRecordingStatusCallbackEvent - The
conference_recording_status_callback_eventpublic ParticipantCreator setConferenceRecordingStatusCallbackEvent(String conferenceRecordingStatusCallbackEvent)
conferenceRecordingStatusCallbackEvent - The
conference_recording_status_callback_eventpublic Participant create(TwilioRestClient client)
create in class Creator<Participant>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.