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
|
IOnlineMeetingCollectionPage |
get() |
void |
get(ICallback<IOnlineMeetingCollectionPage> callback) |
OnlineMeeting |
post(OnlineMeeting newOnlineMeeting) |
void |
post(OnlineMeeting newOnlineMeeting,
ICallback<OnlineMeeting> callback) |
IOnlineMeetingCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOnlineMeetingCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IOnlineMeetingCollectionPage> callback)
get in interface IOnlineMeetingCollectionRequestpublic IOnlineMeetingCollectionPage get() throws ClientException
get in interface IOnlineMeetingCollectionRequestClientExceptionpublic void post(OnlineMeeting newOnlineMeeting, ICallback<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 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 IOnlineMeetingCollectionPage buildFromResponse(OnlineMeetingCollectionResponse response)