public class EducationSchoolCollectionWithReferencesRequestBuilder extends BaseRequestBuilder implements IEducationSchoolCollectionWithReferencesRequestBuilder
| Constructor and Description |
|---|
EducationSchoolCollectionWithReferencesRequestBuilder(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 |
|---|---|
IEducationSchoolCollectionWithReferencesRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IEducationSchoolCollectionWithReferencesRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IEducationSchoolWithReferenceRequestBuilder |
byId(java.lang.String id) |
IEducationSchoolCollectionReferenceRequestBuilder |
references() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic EducationSchoolCollectionWithReferencesRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IEducationSchoolCollectionWithReferencesRequest buildRequest(Option... requestOptions)
buildRequest in interface IEducationSchoolCollectionWithReferencesRequestBuilderrequestOptions - the options for this requestpublic IEducationSchoolCollectionWithReferencesRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IEducationSchoolCollectionWithReferencesRequestBuilderrequestOptions - the options for this requestpublic IEducationSchoolWithReferenceRequestBuilder byId(java.lang.String id)
byId in interface IEducationSchoolCollectionWithReferencesRequestBuilderpublic IEducationSchoolCollectionReferenceRequestBuilder references()
references in interface IEducationSchoolCollectionWithReferencesRequestBuilder