public interface IDirectoryObjectCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDirectoryObjectCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDirectoryObjectCollectionPage |
get() |
void |
get(ICallback<IDirectoryObjectCollectionPage> callback) |
DirectoryObject |
post(DirectoryObject newDirectoryObject) |
void |
post(DirectoryObject newDirectoryObject,
ICallback<DirectoryObject> callback) |
IDirectoryObjectCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDirectoryObjectCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDirectoryObjectCollectionPage> callback)
IDirectoryObjectCollectionPage get() throws ClientException
ClientExceptionvoid post(DirectoryObject newDirectoryObject, ICallback<DirectoryObject> callback)
DirectoryObject post(DirectoryObject newDirectoryObject) throws ClientException
ClientExceptionIDirectoryObjectCollectionRequest expand(java.lang.String value)
value - the expand clauseIDirectoryObjectCollectionRequest select(java.lang.String value)
value - the select clauseIDirectoryObjectCollectionRequest top(int value)
value - the max number of items to return