public class DirectoryObjectGetMemberObjectsCollectionRequest extends BaseCollectionRequest<DirectoryObjectGetMemberObjectsCollectionResponse,IDirectoryObjectGetMemberObjectsCollectionPage> implements IDirectoryObjectGetMemberObjectsCollectionRequest
| Modifier and Type | Field and Description |
|---|---|
protected DirectoryObjectGetMemberObjectsBody |
body |
| Constructor and Description |
|---|
DirectoryObjectGetMemberObjectsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this DirectoryObjectGetMemberObjects
|
| Modifier and Type | Method and Description |
|---|---|
IDirectoryObjectGetMemberObjectsCollectionPage |
buildFromResponse(DirectoryObjectGetMemberObjectsCollectionResponse response) |
IDirectoryObjectGetMemberObjectsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDirectoryObjectGetMemberObjectsCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDirectoryObjectGetMemberObjectsCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IDirectoryObjectGetMemberObjectsCollectionPage |
post() |
void |
post(ICallback<? super IDirectoryObjectGetMemberObjectsCollectionPage> callback) |
IDirectoryObjectGetMemberObjectsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDirectoryObjectGetMemberObjectsCollectionRequest |
top(int value)
Sets the top value for the request
|
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, withHttpMethodprotected final DirectoryObjectGetMemberObjectsBody body
public DirectoryObjectGetMemberObjectsCollectionRequest(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 post(ICallback<? super IDirectoryObjectGetMemberObjectsCollectionPage> callback)
post in interface IDirectoryObjectGetMemberObjectsCollectionRequestpublic IDirectoryObjectGetMemberObjectsCollectionPage post() throws ClientException
post in interface IDirectoryObjectGetMemberObjectsCollectionRequestClientExceptionpublic IDirectoryObjectGetMemberObjectsCollectionPage buildFromResponse(DirectoryObjectGetMemberObjectsCollectionResponse response)
public IDirectoryObjectGetMemberObjectsCollectionRequest select(java.lang.String value)
select in interface IDirectoryObjectGetMemberObjectsCollectionRequestvalue - the select clausepublic IDirectoryObjectGetMemberObjectsCollectionRequest top(int value)
top in interface IDirectoryObjectGetMemberObjectsCollectionRequestvalue - the max number of items to returnpublic IDirectoryObjectGetMemberObjectsCollectionRequest expand(java.lang.String value)
expand in interface IDirectoryObjectGetMemberObjectsCollectionRequestvalue - the expand clausepublic IDirectoryObjectGetMemberObjectsCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IDirectoryObjectGetMemberObjectsCollectionRequest orderBy(java.lang.String value)
value - the order by clause