public interface IOnlineMeetingCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IOnlineMeetingCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IOnlineMeetingCollectionPage> callback)
IOnlineMeetingCollectionPage get() throws ClientException
ClientExceptionvoid post(OnlineMeeting newOnlineMeeting, ICallback<? super OnlineMeeting> callback)
OnlineMeeting post(OnlineMeeting newOnlineMeeting) throws ClientException
ClientExceptionIOnlineMeetingCollectionRequest expand(java.lang.String value)
value - the expand clauseIOnlineMeetingCollectionRequest filter(java.lang.String value)
value - the filter clauseIOnlineMeetingCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIOnlineMeetingCollectionRequest select(java.lang.String value)
value - the select clauseIOnlineMeetingCollectionRequest top(int value)
value - the max number of items to returnIOnlineMeetingCollectionRequest skip(int value)
value - of the number of items to skipIOnlineMeetingCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination