public interface IParticipantCollectionRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IParticipantCollectionRequest |
buildRequest() |
IParticipantCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
IParticipantRequestBuilder |
byId(java.lang.String id) |
IParticipantInviteRequestBuilder |
invite(java.util.List<InvitationParticipantInfo> participants,
java.lang.String clientContext) |
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIParticipantCollectionRequest buildRequest()
IParticipantCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
IParticipantRequestBuilder byId(java.lang.String id)
IParticipantInviteRequestBuilder invite(java.util.List<InvitationParticipantInfo> participants, java.lang.String clientContext)