public class EducationSchoolRequestBuilder extends BaseRequestBuilder implements IEducationSchoolRequestBuilder
| Constructor and Description |
|---|
EducationSchoolRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the EducationSchool
|
| Modifier and Type | Method and Description |
|---|---|
IEducationSchoolRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IEducationSchoolRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IEducationClassCollectionWithReferencesRequestBuilder |
classes() |
IEducationClassWithReferenceRequestBuilder |
classes(java.lang.String id) |
IEducationUserCollectionWithReferencesRequestBuilder |
users() |
IEducationUserWithReferenceRequestBuilder |
users(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic EducationSchoolRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IEducationSchoolRequest buildRequest(Option... requestOptions)
buildRequest in interface IEducationSchoolRequestBuilderrequestOptions - the options for this requestpublic IEducationSchoolRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IEducationSchoolRequestBuilderrequestOptions - the options for this requestpublic IEducationClassCollectionWithReferencesRequestBuilder classes()
classes in interface IEducationSchoolRequestBuilderpublic IEducationClassWithReferenceRequestBuilder classes(java.lang.String id)
classes in interface IEducationSchoolRequestBuilderpublic IEducationUserCollectionWithReferencesRequestBuilder users()
users in interface IEducationSchoolRequestBuilderpublic IEducationUserWithReferenceRequestBuilder users(java.lang.String id)
users in interface IEducationSchoolRequestBuilder