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