public interface IUserFindMeetingTimesRequest
| Modifier and Type | Method and Description |
|---|---|
IUserFindMeetingTimesRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
MeetingTimeSuggestionsResult |
post() |
void |
post(ICallback<MeetingTimeSuggestionsResult> callback) |
IUserFindMeetingTimesRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IUserFindMeetingTimesRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<MeetingTimeSuggestionsResult> callback)
MeetingTimeSuggestionsResult post() throws ClientException
ClientExceptionIUserFindMeetingTimesRequest select(java.lang.String value)
value - the select clauseIUserFindMeetingTimesRequest top(int value)
value - the max number of items to returnIUserFindMeetingTimesRequest expand(java.lang.String value)
value - the expand clause