public class DirectoryObjectGetByIdsCollectionRequest extends BaseCollectionRequest<DirectoryObjectGetByIdsCollectionResponse,IDirectoryObjectGetByIdsCollectionPage> implements IDirectoryObjectGetByIdsCollectionRequest
| Modifier and Type | Field and Description |
|---|---|
protected DirectoryObjectGetByIdsBody |
body |
| Constructor and Description |
|---|
DirectoryObjectGetByIdsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this DirectoryObjectGetByIds
|
| Modifier and Type | Method and Description |
|---|---|
IDirectoryObjectGetByIdsCollectionPage |
buildFromResponse(DirectoryObjectGetByIdsCollectionResponse response) |
IDirectoryObjectGetByIdsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDirectoryObjectGetByIdsCollectionPage |
post() |
void |
post(ICallback<IDirectoryObjectGetByIdsCollectionPage> callback) |
IDirectoryObjectGetByIdsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDirectoryObjectGetByIdsCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesprotected final DirectoryObjectGetByIdsBody body
public DirectoryObjectGetByIdsCollectionRequest(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<IDirectoryObjectGetByIdsCollectionPage> callback)
post in interface IDirectoryObjectGetByIdsCollectionRequestpublic IDirectoryObjectGetByIdsCollectionPage post() throws ClientException
post in interface IDirectoryObjectGetByIdsCollectionRequestClientExceptionpublic IDirectoryObjectGetByIdsCollectionPage buildFromResponse(DirectoryObjectGetByIdsCollectionResponse response)
public IDirectoryObjectGetByIdsCollectionRequest select(java.lang.String value)
select in interface IDirectoryObjectGetByIdsCollectionRequestvalue - the select clausepublic IDirectoryObjectGetByIdsCollectionRequest top(int value)
top in interface IDirectoryObjectGetByIdsCollectionRequestvalue - the max number of items to returnpublic IDirectoryObjectGetByIdsCollectionRequest expand(java.lang.String value)
expand in interface IDirectoryObjectGetByIdsCollectionRequestvalue - the expand clause