public class ParticipantMuteRequestBuilder extends BaseActionRequestBuilder implements IParticipantMuteRequestBuilder
bodyParams| Constructor and Description |
|---|
ParticipantMuteRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String clientContext)
The request builder for this ParticipantMute
|
| Modifier and Type | Method and Description |
|---|---|
IParticipantMuteRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IParticipantMuteRequest with specific requestOptions instead of the existing requestOptions
|
IParticipantMuteRequest |
buildRequest(Option... requestOptions)
Creates the IParticipantMuteRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ParticipantMuteRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String clientContext)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestclientContext - the clientContextpublic IParticipantMuteRequest buildRequest(Option... requestOptions)
buildRequest in interface IParticipantMuteRequestBuilderrequestOptions - the options for the requestpublic IParticipantMuteRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IParticipantMuteRequestBuilderrequestOptions - the options for the request