public class OnlineMeetingCollectionRequest extends BaseCollectionRequest<OnlineMeetingCollectionResponse,IOnlineMeetingCollectionPage> implements IOnlineMeetingCollectionRequest
| Constructor and Description |
|---|
OnlineMeetingCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of OnlineMeeting
|
| Modifier and Type | Method and Description |
|---|---|
IOnlineMeetingCollectionPage |
buildFromResponse(OnlineMeetingCollectionResponse response) |
IOnlineMeetingCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOnlineMeetingCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IOnlineMeetingCollectionPage |
get() |
void |
get(ICallback<? super IOnlineMeetingCollectionPage> callback) |
IOnlineMeetingCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
OnlineMeeting |
post(OnlineMeeting newOnlineMeeting) |
void |
post(OnlineMeeting newOnlineMeeting,
ICallback<? super OnlineMeeting> callback) |
IOnlineMeetingCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOnlineMeetingCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IOnlineMeetingCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IOnlineMeetingCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, 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, withHttpMethodpublic OnlineMeetingCollectionRequest(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 get(ICallback<? super IOnlineMeetingCollectionPage> callback)
get in interface IOnlineMeetingCollectionRequestpublic IOnlineMeetingCollectionPage get() throws ClientException
get in interface IOnlineMeetingCollectionRequestClientExceptionpublic void post(OnlineMeeting newOnlineMeeting, ICallback<? super OnlineMeeting> callback)
post in interface IOnlineMeetingCollectionRequestpublic OnlineMeeting post(OnlineMeeting newOnlineMeeting) throws ClientException
post in interface IOnlineMeetingCollectionRequestClientExceptionpublic IOnlineMeetingCollectionRequest expand(java.lang.String value)
expand in interface IOnlineMeetingCollectionRequestvalue - the expand clausepublic IOnlineMeetingCollectionRequest filter(java.lang.String value)
filter in interface IOnlineMeetingCollectionRequestvalue - the filter clausepublic IOnlineMeetingCollectionRequest orderBy(java.lang.String value)
orderBy in interface IOnlineMeetingCollectionRequestvalue - the order by clausepublic IOnlineMeetingCollectionRequest select(java.lang.String value)
select in interface IOnlineMeetingCollectionRequestvalue - the select clausepublic IOnlineMeetingCollectionRequest top(int value)
top in interface IOnlineMeetingCollectionRequestvalue - the max number of items to returnpublic IOnlineMeetingCollectionRequest skip(int value)
skip in interface IOnlineMeetingCollectionRequestvalue - of the number of items to skippublic IOnlineMeetingCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IOnlineMeetingCollectionRequestskipToken - - Token for paginationpublic IOnlineMeetingCollectionPage buildFromResponse(OnlineMeetingCollectionResponse response)