public class DirectoryObjectCheckMemberObjectsCollectionRequest extends BaseCollectionRequest<DirectoryObjectCheckMemberObjectsCollectionResponse,IDirectoryObjectCheckMemberObjectsCollectionPage> implements IDirectoryObjectCheckMemberObjectsCollectionRequest
| Modifier and Type | Field and Description |
|---|---|
protected DirectoryObjectCheckMemberObjectsBody |
body |
| Constructor and Description |
|---|
DirectoryObjectCheckMemberObjectsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this DirectoryObjectCheckMemberObjects
|
| Modifier and Type | Method and Description |
|---|---|
IDirectoryObjectCheckMemberObjectsCollectionPage |
buildFromResponse(DirectoryObjectCheckMemberObjectsCollectionResponse response) |
IDirectoryObjectCheckMemberObjectsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDirectoryObjectCheckMemberObjectsCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDirectoryObjectCheckMemberObjectsCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IDirectoryObjectCheckMemberObjectsCollectionPage |
post() |
void |
post(ICallback<? super IDirectoryObjectCheckMemberObjectsCollectionPage> callback) |
IDirectoryObjectCheckMemberObjectsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDirectoryObjectCheckMemberObjectsCollectionRequest |
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 DirectoryObjectCheckMemberObjectsBody body
public DirectoryObjectCheckMemberObjectsCollectionRequest(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 IDirectoryObjectCheckMemberObjectsCollectionPage> callback)
post in interface IDirectoryObjectCheckMemberObjectsCollectionRequestpublic IDirectoryObjectCheckMemberObjectsCollectionPage post() throws ClientException
post in interface IDirectoryObjectCheckMemberObjectsCollectionRequestClientExceptionpublic IDirectoryObjectCheckMemberObjectsCollectionPage buildFromResponse(DirectoryObjectCheckMemberObjectsCollectionResponse response)
public IDirectoryObjectCheckMemberObjectsCollectionRequest select(java.lang.String value)
select in interface IDirectoryObjectCheckMemberObjectsCollectionRequestvalue - the select clausepublic IDirectoryObjectCheckMemberObjectsCollectionRequest top(int value)
top in interface IDirectoryObjectCheckMemberObjectsCollectionRequestvalue - the max number of items to returnpublic IDirectoryObjectCheckMemberObjectsCollectionRequest expand(java.lang.String value)
expand in interface IDirectoryObjectCheckMemberObjectsCollectionRequestvalue - the expand clausepublic IDirectoryObjectCheckMemberObjectsCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IDirectoryObjectCheckMemberObjectsCollectionRequest orderBy(java.lang.String value)
value - the order by clause