public class EducationUserCollectionRequestBuilder extends BaseRequestBuilder implements IEducationUserCollectionRequestBuilder
| Constructor and Description |
|---|
EducationUserCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of EducationRoot
|
| Modifier and Type | Method and Description |
|---|---|
IEducationUserCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IEducationUserCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IEducationUserRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic EducationUserCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IEducationUserCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface IEducationUserCollectionRequestBuilderrequestOptions - the options for this requestpublic IEducationUserCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IEducationUserCollectionRequestBuilderrequestOptions - the options for this requestpublic IEducationUserRequestBuilder byId(java.lang.String id)
byId in interface IEducationUserCollectionRequestBuilder