public interface ILocalizedNotificationMessageRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super LocalizedNotificationMessage> callback)
Delete this item from the service
|
ILocalizedNotificationMessageRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
LocalizedNotificationMessage |
get()
Gets the LocalizedNotificationMessage from the service
|
void |
get(ICallback<? super LocalizedNotificationMessage> callback)
Gets the LocalizedNotificationMessage from the service
|
LocalizedNotificationMessage |
patch(LocalizedNotificationMessage sourceLocalizedNotificationMessage)
Patches this LocalizedNotificationMessage with a source
|
void |
patch(LocalizedNotificationMessage sourceLocalizedNotificationMessage,
ICallback<? super LocalizedNotificationMessage> callback)
Patches this LocalizedNotificationMessage with a source
|
LocalizedNotificationMessage |
post(LocalizedNotificationMessage newLocalizedNotificationMessage)
Posts a LocalizedNotificationMessage with a new object
|
void |
post(LocalizedNotificationMessage newLocalizedNotificationMessage,
ICallback<? super LocalizedNotificationMessage> callback)
Posts a LocalizedNotificationMessage with a new object
|
LocalizedNotificationMessage |
put(LocalizedNotificationMessage newLocalizedNotificationMessage)
Posts a LocalizedNotificationMessage with a new object
|
void |
put(LocalizedNotificationMessage newLocalizedNotificationMessage,
ICallback<? super LocalizedNotificationMessage> callback)
Posts a LocalizedNotificationMessage with a new object
|
ILocalizedNotificationMessageRequest |
select(java.lang.String value)
Sets the select clause 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<? super LocalizedNotificationMessage> callback)
callback - the callback to be called after success or failureLocalizedNotificationMessage get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super LocalizedNotificationMessage> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(LocalizedNotificationMessage sourceLocalizedNotificationMessage, ICallback<? super LocalizedNotificationMessage> callback)
sourceLocalizedNotificationMessage - the source object with updatescallback - the callback to be called after success or failureLocalizedNotificationMessage patch(LocalizedNotificationMessage sourceLocalizedNotificationMessage) throws ClientException
sourceLocalizedNotificationMessage - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(LocalizedNotificationMessage newLocalizedNotificationMessage, ICallback<? super LocalizedNotificationMessage> callback)
newLocalizedNotificationMessage - the new object to createcallback - the callback to be called after success or failureLocalizedNotificationMessage post(LocalizedNotificationMessage newLocalizedNotificationMessage) throws ClientException
newLocalizedNotificationMessage - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(LocalizedNotificationMessage newLocalizedNotificationMessage, ICallback<? super LocalizedNotificationMessage> callback)
newLocalizedNotificationMessage - the object to create/updatecallback - the callback to be called after success or failureLocalizedNotificationMessage put(LocalizedNotificationMessage newLocalizedNotificationMessage) throws ClientException
newLocalizedNotificationMessage - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonILocalizedNotificationMessageRequest select(java.lang.String value)
value - the select clauseILocalizedNotificationMessageRequest expand(java.lang.String value)
value - the expand clause