public class EducationUserCollectionReferenceRequest extends BaseCollectionRequest<EducationUserCollectionResponse,IEducationUserCollectionPage> implements IEducationUserCollectionReferenceRequest
Constructor and Description |
---|
EducationUserCollectionReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of EducationUser
|
Modifier and Type | Method and Description |
---|---|
IEducationUserCollectionReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
EducationUser |
post(EducationUser newEducationUser) |
void |
post(EducationUser newEducationUser,
ICallback<EducationUser> callback) |
IEducationUserCollectionReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEducationUserCollectionReferenceRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches
public EducationUserCollectionReferenceRequest(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 post(EducationUser newEducationUser, ICallback<EducationUser> callback)
post
in interface IEducationUserCollectionReferenceRequest
public EducationUser post(EducationUser newEducationUser) throws ClientException
post
in interface IEducationUserCollectionReferenceRequest
ClientException
public IEducationUserCollectionReferenceRequest expand(java.lang.String value)
value
- the expand clausepublic IEducationUserCollectionReferenceRequest select(java.lang.String value)
select
in interface IEducationUserCollectionReferenceRequest
value
- the select clausepublic IEducationUserCollectionReferenceRequest top(int value)
top
in interface IEducationUserCollectionReferenceRequest
value
- the max number of items to return