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