public interface IOutlookUserSupportedTimeZonesCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IOutlookUserSupportedTimeZonesCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOutlookUserSupportedTimeZonesCollectionPage |
get() |
void |
get(ICallback<IOutlookUserSupportedTimeZonesCollectionPage> callback) |
IOutlookUserSupportedTimeZonesCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOutlookUserSupportedTimeZonesCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IOutlookUserSupportedTimeZonesCollectionPage> callback)
IOutlookUserSupportedTimeZonesCollectionPage get() throws ClientException
ClientExceptionIOutlookUserSupportedTimeZonesCollectionRequest select(java.lang.String value)
value - the select clauseIOutlookUserSupportedTimeZonesCollectionRequest expand(java.lang.String value)
value - the expand clauseIOutlookUserSupportedTimeZonesCollectionRequest top(int value)
value - the max number of items to return