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