public interface IDirectoryObjectGetMemberObjectsCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDirectoryObjectGetMemberObjectsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDirectoryObjectGetMemberObjectsCollectionPage |
post() |
void |
post(ICallback<IDirectoryObjectGetMemberObjectsCollectionPage> callback) |
IDirectoryObjectGetMemberObjectsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDirectoryObjectGetMemberObjectsCollectionRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<IDirectoryObjectGetMemberObjectsCollectionPage> callback)
IDirectoryObjectGetMemberObjectsCollectionPage post() throws ClientException
ClientExceptionIDirectoryObjectGetMemberObjectsCollectionRequest select(java.lang.String value)
value - the select clauseIDirectoryObjectGetMemberObjectsCollectionRequest expand(java.lang.String value)
value - the expand clauseIDirectoryObjectGetMemberObjectsCollectionRequest top(int value)
value - the max number of items to return