public class DirectoryObjectCollectionWithReferencesRequest extends BaseCollectionRequest<DirectoryObjectCollectionResponse,IDirectoryObjectCollectionPage> implements IDirectoryObjectCollectionWithReferencesRequest
| Constructor and Description |
|---|
DirectoryObjectCollectionWithReferencesRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DirectoryObject
|
| Modifier and Type | Method and Description |
|---|---|
IDirectoryObjectCollectionWithReferencesPage |
buildFromResponse(DirectoryObjectCollectionResponse response) |
IDirectoryObjectCollectionWithReferencesRequest |
expand(java.lang.String value) |
IDirectoryObjectCollectionWithReferencesRequest |
filter(java.lang.String value) |
IDirectoryObjectCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IDirectoryObjectCollectionWithReferencesPage> callback) |
IDirectoryObjectCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IDirectoryObjectCollectionWithReferencesRequest |
select(java.lang.String value) |
IDirectoryObjectCollectionWithReferencesRequest |
top(int value) |
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic DirectoryObjectCollectionWithReferencesRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IDirectoryObjectCollectionWithReferencesPage> callback)
get in interface IDirectoryObjectCollectionWithReferencesRequestpublic IDirectoryObjectCollectionWithReferencesPage get() throws ClientException
get in interface IDirectoryObjectCollectionWithReferencesRequestClientExceptionpublic IDirectoryObjectCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IDirectoryObjectCollectionWithReferencesRequestpublic IDirectoryObjectCollectionWithReferencesRequest filter(java.lang.String value)
public IDirectoryObjectCollectionWithReferencesRequest orderBy(java.lang.String value)
public IDirectoryObjectCollectionWithReferencesRequest select(java.lang.String value)
select in interface IDirectoryObjectCollectionWithReferencesRequestpublic IDirectoryObjectCollectionWithReferencesRequest top(int value)
top in interface IDirectoryObjectCollectionWithReferencesRequestpublic IDirectoryObjectCollectionWithReferencesPage buildFromResponse(DirectoryObjectCollectionResponse response)