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