public class DirectoryObjectCheckMemberGroupsCollectionRequest extends BaseCollectionRequest<DirectoryObjectCheckMemberGroupsCollectionResponse,IDirectoryObjectCheckMemberGroupsCollectionPage> implements IDirectoryObjectCheckMemberGroupsCollectionRequest
| Modifier and Type | Field and Description |
|---|---|
protected DirectoryObjectCheckMemberGroupsBody |
body |
| Constructor and Description |
|---|
DirectoryObjectCheckMemberGroupsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this DirectoryObjectCheckMemberGroups
|
| Modifier and Type | Method and Description |
|---|---|
IDirectoryObjectCheckMemberGroupsCollectionPage |
buildFromResponse(DirectoryObjectCheckMemberGroupsCollectionResponse response) |
IDirectoryObjectCheckMemberGroupsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDirectoryObjectCheckMemberGroupsCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDirectoryObjectCheckMemberGroupsCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IDirectoryObjectCheckMemberGroupsCollectionPage |
post() |
void |
post(ICallback<? super IDirectoryObjectCheckMemberGroupsCollectionPage> callback) |
IDirectoryObjectCheckMemberGroupsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDirectoryObjectCheckMemberGroupsCollectionRequest |
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 DirectoryObjectCheckMemberGroupsBody body
public DirectoryObjectCheckMemberGroupsCollectionRequest(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 IDirectoryObjectCheckMemberGroupsCollectionPage> callback)
post in interface IDirectoryObjectCheckMemberGroupsCollectionRequestpublic IDirectoryObjectCheckMemberGroupsCollectionPage post() throws ClientException
post in interface IDirectoryObjectCheckMemberGroupsCollectionRequestClientExceptionpublic IDirectoryObjectCheckMemberGroupsCollectionPage buildFromResponse(DirectoryObjectCheckMemberGroupsCollectionResponse response)
public IDirectoryObjectCheckMemberGroupsCollectionRequest select(java.lang.String value)
select in interface IDirectoryObjectCheckMemberGroupsCollectionRequestvalue - the select clausepublic IDirectoryObjectCheckMemberGroupsCollectionRequest top(int value)
top in interface IDirectoryObjectCheckMemberGroupsCollectionRequestvalue - the max number of items to returnpublic IDirectoryObjectCheckMemberGroupsCollectionRequest expand(java.lang.String value)
expand in interface IDirectoryObjectCheckMemberGroupsCollectionRequestvalue - the expand clausepublic IDirectoryObjectCheckMemberGroupsCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IDirectoryObjectCheckMemberGroupsCollectionRequest orderBy(java.lang.String value)
value - the order by clause