public interface ILocalizedNotificationMessageCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ILocalizedNotificationMessageCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ILocalizedNotificationMessageCollectionPage |
get() |
void |
get(ICallback<ILocalizedNotificationMessageCollectionPage> callback) |
LocalizedNotificationMessage |
post(LocalizedNotificationMessage newLocalizedNotificationMessage) |
void |
post(LocalizedNotificationMessage newLocalizedNotificationMessage,
ICallback<LocalizedNotificationMessage> callback) |
ILocalizedNotificationMessageCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ILocalizedNotificationMessageCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ILocalizedNotificationMessageCollectionPage> callback)
ILocalizedNotificationMessageCollectionPage get() throws ClientException
ClientExceptionvoid post(LocalizedNotificationMessage newLocalizedNotificationMessage, ICallback<LocalizedNotificationMessage> callback)
LocalizedNotificationMessage post(LocalizedNotificationMessage newLocalizedNotificationMessage) throws ClientException
ClientExceptionILocalizedNotificationMessageCollectionRequest expand(java.lang.String value)
value - the expand clauseILocalizedNotificationMessageCollectionRequest select(java.lang.String value)
value - the select clauseILocalizedNotificationMessageCollectionRequest top(int value)
value - the max number of items to return