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