public class ParticipantInviteRequest extends BaseRequest implements IParticipantInviteRequest
| Modifier and Type | Field and Description |
|---|---|
protected ParticipantInviteBody |
body |
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
ParticipantInviteRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this ParticipantInvite
|
| Modifier and Type | Method and Description |
|---|---|
IParticipantInviteRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
InviteParticipantsOperation |
post() |
void |
post(ICallback<? super InviteParticipantsOperation> callback) |
IParticipantInviteRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IParticipantInviteRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodprotected final ParticipantInviteBody body
public ParticipantInviteRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void post(ICallback<? super InviteParticipantsOperation> callback)
post in interface IParticipantInviteRequestpublic InviteParticipantsOperation post() throws ClientException
post in interface IParticipantInviteRequestClientExceptionpublic IParticipantInviteRequest select(java.lang.String value)
select in interface IParticipantInviteRequestvalue - the select clausepublic IParticipantInviteRequest top(int value)
top in interface IParticipantInviteRequestvalue - the max number of items to returnpublic IParticipantInviteRequest expand(java.lang.String value)
expand in interface IParticipantInviteRequestvalue - the expand clause