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, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public 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 IParticipantInviteRequestBuilder
requestOptions
- the options for the requestpublic IParticipantInviteRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IParticipantInviteRequestBuilder
requestOptions
- the options for the request