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() |
IEducationSchoolCollectionWithReferencesRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
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()
buildRequest in interface IEducationSchoolCollectionWithReferencesRequestBuilderpublic IEducationSchoolCollectionWithReferencesRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IEducationSchoolCollectionWithReferencesRequestBuilderpublic IEducationSchoolWithReferenceRequestBuilder byId(java.lang.String id)
byId in interface IEducationSchoolCollectionWithReferencesRequestBuilderpublic IEducationSchoolCollectionReferenceRequestBuilder references()
references in interface IEducationSchoolCollectionWithReferencesRequestBuilder