public class UserReminderViewCollectionRequest extends BaseCollectionRequest<UserReminderViewCollectionResponse,IUserReminderViewCollectionPage> implements IUserReminderViewCollectionRequest
| Constructor and Description |
|---|
UserReminderViewCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this UserReminderView
|
| Modifier and Type | Method and Description |
|---|---|
IUserReminderViewCollectionPage |
buildFromResponse(UserReminderViewCollectionResponse response) |
IUserReminderViewCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IUserReminderViewCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IUserReminderViewCollectionPage |
get() |
void |
get(ICallback<? super IUserReminderViewCollectionPage> callback) |
IUserReminderViewCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IUserReminderViewCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IUserReminderViewCollectionRequest |
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 UserReminderViewCollectionRequest(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 IUserReminderViewCollectionPage> callback)
get in interface IUserReminderViewCollectionRequestpublic IUserReminderViewCollectionPage get() throws ClientException
get in interface IUserReminderViewCollectionRequestClientExceptionpublic IUserReminderViewCollectionPage buildFromResponse(UserReminderViewCollectionResponse response)
public IUserReminderViewCollectionRequest select(java.lang.String value)
select in interface IUserReminderViewCollectionRequestvalue - the select clausepublic IUserReminderViewCollectionRequest top(int value)
top in interface IUserReminderViewCollectionRequestvalue - the max number of items to returnpublic IUserReminderViewCollectionRequest expand(java.lang.String value)
expand in interface IUserReminderViewCollectionRequestvalue - the expand clausepublic IUserReminderViewCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IUserReminderViewCollectionRequest orderBy(java.lang.String value)
value - the order by clause