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