public class ParticipantCollectionRequestBuilder extends BaseRequestBuilder implements IParticipantCollectionRequestBuilder
| Constructor and Description |
|---|
ParticipantCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Call
|
| Modifier and Type | Method and Description |
|---|---|
IParticipantCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IParticipantCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IParticipantRequestBuilder |
byId(java.lang.String id) |
IParticipantInviteRequestBuilder |
invite(java.util.List<InvitationParticipantInfo> participants,
java.lang.String clientContext) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ParticipantCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IParticipantCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IParticipantCollectionRequestBuilderrequestOptions - the options for this requestpublic IParticipantCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IParticipantCollectionRequestBuilderrequestOptions - the options for this requestpublic IParticipantRequestBuilder byId(java.lang.String id)
byId in interface IParticipantCollectionRequestBuilderpublic IParticipantInviteRequestBuilder invite(java.util.List<InvitationParticipantInfo> participants, java.lang.String clientContext)
invite in interface IParticipantCollectionRequestBuilder