public class EducationSchoolWithReferenceRequestBuilder extends BaseRequestBuilder implements IEducationSchoolWithReferenceRequestBuilder
| Constructor and Description |
|---|
EducationSchoolWithReferenceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the EducationSchool
|
| Modifier and Type | Method and Description |
|---|---|
IEducationSchoolWithReferenceRequest |
buildRequest()
Creates the request
|
IEducationSchoolWithReferenceRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IEducationSchoolReferenceRequestBuilder |
reference() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic EducationSchoolWithReferenceRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IEducationSchoolWithReferenceRequest buildRequest()
buildRequest in interface IEducationSchoolWithReferenceRequestBuilderpublic IEducationSchoolWithReferenceRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IEducationSchoolWithReferenceRequestBuilderrequestOptions - the options for this requestpublic IEducationSchoolReferenceRequestBuilder reference()
reference in interface IEducationSchoolWithReferenceRequestBuilder