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