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