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