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, withHttpMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
protected 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 IDirectoryObjectCheckMemberObjectsCollectionRequest
public IDirectoryObjectCheckMemberObjectsCollectionPage post() throws ClientException
post
in interface IDirectoryObjectCheckMemberObjectsCollectionRequest
ClientException
public IDirectoryObjectCheckMemberObjectsCollectionPage buildFromResponse(DirectoryObjectCheckMemberObjectsCollectionResponse response)
public IDirectoryObjectCheckMemberObjectsCollectionRequest select(java.lang.String value)
select
in interface IDirectoryObjectCheckMemberObjectsCollectionRequest
value
- the select clausepublic IDirectoryObjectCheckMemberObjectsCollectionRequest top(int value)
top
in interface IDirectoryObjectCheckMemberObjectsCollectionRequest
value
- the max number of items to returnpublic IDirectoryObjectCheckMemberObjectsCollectionRequest expand(java.lang.String value)
expand
in interface IDirectoryObjectCheckMemberObjectsCollectionRequest
value
- the expand clausepublic IDirectoryObjectCheckMemberObjectsCollectionRequest filter(java.lang.String value)
value
- the filter clausepublic IDirectoryObjectCheckMemberObjectsCollectionRequest orderBy(java.lang.String value)
value
- the order by clause