public interface IWorkbookFormatProtectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<WorkbookFormatProtection> callback)
Delete this item from the service
|
IWorkbookFormatProtectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookFormatProtection |
get()
Gets the WorkbookFormatProtection from the service
|
void |
get(ICallback<WorkbookFormatProtection> callback)
Gets the WorkbookFormatProtection from the service
|
WorkbookFormatProtection |
patch(WorkbookFormatProtection sourceWorkbookFormatProtection)
Patches this WorkbookFormatProtection with a source
|
void |
patch(WorkbookFormatProtection sourceWorkbookFormatProtection,
ICallback<WorkbookFormatProtection> callback)
Patches this WorkbookFormatProtection with a source
|
WorkbookFormatProtection |
post(WorkbookFormatProtection newWorkbookFormatProtection)
Posts a WorkbookFormatProtection with a new object
|
void |
post(WorkbookFormatProtection newWorkbookFormatProtection,
ICallback<WorkbookFormatProtection> callback)
Posts a WorkbookFormatProtection with a new object
|
IWorkbookFormatProtectionRequest |
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<WorkbookFormatProtection> callback)
callback - the callback to be called after success or failureWorkbookFormatProtection get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<WorkbookFormatProtection> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(WorkbookFormatProtection sourceWorkbookFormatProtection, ICallback<WorkbookFormatProtection> callback)
sourceWorkbookFormatProtection - the source object with updatescallback - the callback to be called after success or failureWorkbookFormatProtection patch(WorkbookFormatProtection sourceWorkbookFormatProtection) throws ClientException
sourceWorkbookFormatProtection - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(WorkbookFormatProtection newWorkbookFormatProtection, ICallback<WorkbookFormatProtection> callback)
newWorkbookFormatProtection - the new object to createcallback - the callback to be called after success or failureWorkbookFormatProtection post(WorkbookFormatProtection newWorkbookFormatProtection) throws ClientException
newWorkbookFormatProtection - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIWorkbookFormatProtectionRequest select(java.lang.String value)
value - the select clauseIWorkbookFormatProtectionRequest expand(java.lang.String value)
value - the expand clause