public interface IDirectoryRoleCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IDirectoryRoleCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDirectoryRoleCollectionRequest |
filter(java.lang.String value)
Sets the filter 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 |
skip(int value)
Sets the skip value for the request
|
IDirectoryRoleCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IDirectoryRoleCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid 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 filter(java.lang.String value)
value - the filter clauseIDirectoryRoleCollectionRequest select(java.lang.String value)
value - the select clauseIDirectoryRoleCollectionRequest top(int value)
value - the max number of items to returnIDirectoryRoleCollectionRequest skip(int value)
value - of the number of items to skipIDirectoryRoleCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination