public interface IDirectoryRoleTemplateRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<DirectoryRoleTemplate> callback)
Delete this item from the service
|
IDirectoryRoleTemplateRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DirectoryRoleTemplate |
get()
Gets the DirectoryRoleTemplate from the service
|
void |
get(ICallback<DirectoryRoleTemplate> callback)
Gets the DirectoryRoleTemplate from the service
|
DirectoryRoleTemplate |
patch(DirectoryRoleTemplate sourceDirectoryRoleTemplate)
Patches this DirectoryRoleTemplate with a source
|
void |
patch(DirectoryRoleTemplate sourceDirectoryRoleTemplate,
ICallback<DirectoryRoleTemplate> callback)
Patches this DirectoryRoleTemplate with a source
|
DirectoryRoleTemplate |
post(DirectoryRoleTemplate newDirectoryRoleTemplate)
Posts a DirectoryRoleTemplate with a new object
|
void |
post(DirectoryRoleTemplate newDirectoryRoleTemplate,
ICallback<DirectoryRoleTemplate> callback)
Posts a DirectoryRoleTemplate with a new object
|
IDirectoryRoleTemplateRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<DirectoryRoleTemplate> callback)
callback - the callback to be called after success or failureDirectoryRoleTemplate get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<DirectoryRoleTemplate> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(DirectoryRoleTemplate sourceDirectoryRoleTemplate, ICallback<DirectoryRoleTemplate> callback)
sourceDirectoryRoleTemplate - the source object with updatescallback - the callback to be called after success or failureDirectoryRoleTemplate patch(DirectoryRoleTemplate sourceDirectoryRoleTemplate) throws ClientException
sourceDirectoryRoleTemplate - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(DirectoryRoleTemplate newDirectoryRoleTemplate, ICallback<DirectoryRoleTemplate> callback)
newDirectoryRoleTemplate - the new object to createcallback - the callback to be called after success or failureDirectoryRoleTemplate post(DirectoryRoleTemplate newDirectoryRoleTemplate) throws ClientException
newDirectoryRoleTemplate - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIDirectoryRoleTemplateRequest select(java.lang.String value)
value - the select clauseIDirectoryRoleTemplateRequest expand(java.lang.String value)
value - the expand clause