public interface IOnlineMeetingCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
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
|
void get(ICallback<IOnlineMeetingCollectionPage> callback)
IOnlineMeetingCollectionPage get() throws ClientException
ClientExceptionvoid post(OnlineMeeting newOnlineMeeting, ICallback<OnlineMeeting> callback)
OnlineMeeting post(OnlineMeeting newOnlineMeeting) throws ClientException
ClientExceptionIOnlineMeetingCollectionRequest expand(java.lang.String value)
value - the expand clauseIOnlineMeetingCollectionRequest select(java.lang.String value)
value - the select clauseIOnlineMeetingCollectionRequest top(int value)
value - the max number of items to return