public interface IDirectoryRoleTemplateCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDirectoryRoleTemplateCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDirectoryRoleTemplateCollectionPage |
get() |
void |
get(ICallback<IDirectoryRoleTemplateCollectionPage> callback) |
DirectoryRoleTemplate |
post(DirectoryRoleTemplate newDirectoryRoleTemplate) |
void |
post(DirectoryRoleTemplate newDirectoryRoleTemplate,
ICallback<DirectoryRoleTemplate> callback) |
IDirectoryRoleTemplateCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDirectoryRoleTemplateCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDirectoryRoleTemplateCollectionPage> callback)
IDirectoryRoleTemplateCollectionPage get() throws ClientException
ClientExceptionvoid post(DirectoryRoleTemplate newDirectoryRoleTemplate, ICallback<DirectoryRoleTemplate> callback)
DirectoryRoleTemplate post(DirectoryRoleTemplate newDirectoryRoleTemplate) throws ClientException
ClientExceptionIDirectoryRoleTemplateCollectionRequest expand(java.lang.String value)
value - the expand clauseIDirectoryRoleTemplateCollectionRequest select(java.lang.String value)
value - the select clauseIDirectoryRoleTemplateCollectionRequest top(int value)
value - the max number of items to return