public interface IParticipantCollectionRequestBuilder extends IRequestBuilder
| 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, getRequestUrl, getRequestUrlWithAdditionalSegmentIParticipantCollectionRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIParticipantCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIParticipantRequestBuilder byId(java.lang.String id)
IParticipantInviteRequestBuilder invite(java.util.List<InvitationParticipantInfo> participants, java.lang.String clientContext)