public interface IEducationUserCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IEducationUserCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEducationUserCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IEducationUserCollectionPage |
get() |
void |
get(ICallback<? super IEducationUserCollectionPage> callback) |
IEducationUserCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
EducationUser |
post(EducationUser newEducationUser) |
void |
post(EducationUser newEducationUser,
ICallback<? super EducationUser> callback) |
IEducationUserCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEducationUserCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IEducationUserCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IEducationUserCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IEducationUserCollectionPage> callback)
IEducationUserCollectionPage get() throws ClientException
ClientExceptionvoid post(EducationUser newEducationUser, ICallback<? super EducationUser> callback)
EducationUser post(EducationUser newEducationUser) throws ClientException
ClientExceptionIEducationUserCollectionRequest expand(java.lang.String value)
value - the expand clauseIEducationUserCollectionRequest filter(java.lang.String value)
value - the filter clauseIEducationUserCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIEducationUserCollectionRequest select(java.lang.String value)
value - the select clauseIEducationUserCollectionRequest top(int value)
value - the max number of items to returnIEducationUserCollectionRequest skip(int value)
value - of the number of items to skipIEducationUserCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination