public class DirectoryObjectGetMemberGroupsCollectionRequest extends BaseCollectionRequest<DirectoryObjectGetMemberGroupsCollectionResponse,IDirectoryObjectGetMemberGroupsCollectionPage> implements IDirectoryObjectGetMemberGroupsCollectionRequest
| Modifier and Type | Field and Description |
|---|---|
protected DirectoryObjectGetMemberGroupsBody |
body |
| Constructor and Description |
|---|
DirectoryObjectGetMemberGroupsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this DirectoryObjectGetMemberGroups
|
| Modifier and Type | Method and Description |
|---|---|
IDirectoryObjectGetMemberGroupsCollectionPage |
buildFromResponse(DirectoryObjectGetMemberGroupsCollectionResponse response) |
IDirectoryObjectGetMemberGroupsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDirectoryObjectGetMemberGroupsCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDirectoryObjectGetMemberGroupsCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IDirectoryObjectGetMemberGroupsCollectionPage |
post() |
void |
post(ICallback<? super IDirectoryObjectGetMemberGroupsCollectionPage> callback) |
IDirectoryObjectGetMemberGroupsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDirectoryObjectGetMemberGroupsCollectionRequest |
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 DirectoryObjectGetMemberGroupsBody body
public DirectoryObjectGetMemberGroupsCollectionRequest(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 IDirectoryObjectGetMemberGroupsCollectionPage> callback)
post in interface IDirectoryObjectGetMemberGroupsCollectionRequestpublic IDirectoryObjectGetMemberGroupsCollectionPage post() throws ClientException
post in interface IDirectoryObjectGetMemberGroupsCollectionRequestClientExceptionpublic IDirectoryObjectGetMemberGroupsCollectionPage buildFromResponse(DirectoryObjectGetMemberGroupsCollectionResponse response)
public IDirectoryObjectGetMemberGroupsCollectionRequest select(java.lang.String value)
select in interface IDirectoryObjectGetMemberGroupsCollectionRequestvalue - the select clausepublic IDirectoryObjectGetMemberGroupsCollectionRequest top(int value)
top in interface IDirectoryObjectGetMemberGroupsCollectionRequestvalue - the max number of items to returnpublic IDirectoryObjectGetMemberGroupsCollectionRequest expand(java.lang.String value)
expand in interface IDirectoryObjectGetMemberGroupsCollectionRequestvalue - the expand clausepublic IDirectoryObjectGetMemberGroupsCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IDirectoryObjectGetMemberGroupsCollectionRequest orderBy(java.lang.String value)
value - the order by clause