public class OutlookUserSupportedTimeZonesCollectionRequest extends BaseCollectionRequest<OutlookUserSupportedTimeZonesCollectionResponse,IOutlookUserSupportedTimeZonesCollectionPage> implements IOutlookUserSupportedTimeZonesCollectionRequest
| Constructor and Description |
|---|
OutlookUserSupportedTimeZonesCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this OutlookUserSupportedTimeZones
|
| Modifier and Type | Method and Description |
|---|---|
IOutlookUserSupportedTimeZonesCollectionPage |
buildFromResponse(OutlookUserSupportedTimeZonesCollectionResponse response) |
IOutlookUserSupportedTimeZonesCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOutlookUserSupportedTimeZonesCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IOutlookUserSupportedTimeZonesCollectionPage |
get() |
void |
get(ICallback<? super IOutlookUserSupportedTimeZonesCollectionPage> callback) |
IOutlookUserSupportedTimeZonesCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IOutlookUserSupportedTimeZonesCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOutlookUserSupportedTimeZonesCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic OutlookUserSupportedTimeZonesCollectionRequest(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<? super IOutlookUserSupportedTimeZonesCollectionPage> callback)
get in interface IOutlookUserSupportedTimeZonesCollectionRequestpublic IOutlookUserSupportedTimeZonesCollectionPage get() throws ClientException
get in interface IOutlookUserSupportedTimeZonesCollectionRequestClientExceptionpublic IOutlookUserSupportedTimeZonesCollectionPage buildFromResponse(OutlookUserSupportedTimeZonesCollectionResponse response)
public IOutlookUserSupportedTimeZonesCollectionRequest select(java.lang.String value)
select in interface IOutlookUserSupportedTimeZonesCollectionRequestvalue - the select clausepublic IOutlookUserSupportedTimeZonesCollectionRequest top(int value)
top in interface IOutlookUserSupportedTimeZonesCollectionRequestvalue - the max number of items to returnpublic IOutlookUserSupportedTimeZonesCollectionRequest expand(java.lang.String value)
expand in interface IOutlookUserSupportedTimeZonesCollectionRequestvalue - the expand clausepublic IOutlookUserSupportedTimeZonesCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IOutlookUserSupportedTimeZonesCollectionRequest orderBy(java.lang.String value)
value - the order by clause