public interface IUserCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IUserCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IUserCollectionPage |
get() |
void |
get(ICallback<IUserCollectionPage> callback) |
User |
post(User newUser) |
void |
post(User newUser,
ICallback<User> callback) |
IUserCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IUserCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IUserCollectionPage> callback)
IUserCollectionPage get() throws ClientException
ClientExceptionUser post(User newUser) throws ClientException
ClientExceptionIUserCollectionRequest expand(java.lang.String value)
value - the expand clauseIUserCollectionRequest select(java.lang.String value)
value - the select clauseIUserCollectionRequest top(int value)
value - the max number of items to return