public interface IEducationUserCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IEducationUserCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEducationUserCollectionPage |
get() |
void |
get(ICallback<IEducationUserCollectionPage> callback) |
EducationUser |
post(EducationUser newEducationUser) |
void |
post(EducationUser newEducationUser,
ICallback<EducationUser> callback) |
IEducationUserCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEducationUserCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IEducationUserCollectionPage> callback)
IEducationUserCollectionPage get() throws ClientException
ClientExceptionvoid post(EducationUser newEducationUser, ICallback<EducationUser> callback)
EducationUser post(EducationUser newEducationUser) throws ClientException
ClientExceptionIEducationUserCollectionRequest expand(java.lang.String value)
value - the expand clauseIEducationUserCollectionRequest select(java.lang.String value)
value - the select clauseIEducationUserCollectionRequest top(int value)
value - the max number of items to return