public interface IDirectoryRoleCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDirectoryRoleCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDirectoryRoleCollectionPage |
get() |
void |
get(ICallback<IDirectoryRoleCollectionPage> callback) |
DirectoryRole |
post(DirectoryRole newDirectoryRole) |
void |
post(DirectoryRole newDirectoryRole,
ICallback<DirectoryRole> callback) |
IDirectoryRoleCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDirectoryRoleCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDirectoryRoleCollectionPage> callback)
IDirectoryRoleCollectionPage get() throws ClientException
ClientExceptionvoid post(DirectoryRole newDirectoryRole, ICallback<DirectoryRole> callback)
DirectoryRole post(DirectoryRole newDirectoryRole) throws ClientException
ClientExceptionIDirectoryRoleCollectionRequest expand(java.lang.String value)
value - the expand clauseIDirectoryRoleCollectionRequest select(java.lang.String value)
value - the select clauseIDirectoryRoleCollectionRequest top(int value)
value - the max number of items to return