public interface ILocalizedNotificationMessageCollectionRequest extends IHttpRequest
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super ILocalizedNotificationMessageCollectionPage> callback)
ILocalizedNotificationMessageCollectionPage get() throws ClientException
ClientExceptionvoid post(LocalizedNotificationMessage newLocalizedNotificationMessage, ICallback<? super LocalizedNotificationMessage> callback)
LocalizedNotificationMessage post(LocalizedNotificationMessage newLocalizedNotificationMessage) throws ClientException
ClientExceptionILocalizedNotificationMessageCollectionRequest expand(java.lang.String value)
value - the expand clauseILocalizedNotificationMessageCollectionRequest filter(java.lang.String value)
value - the filter clauseILocalizedNotificationMessageCollectionRequest orderBy(java.lang.String value)
value - the order by clauseILocalizedNotificationMessageCollectionRequest select(java.lang.String value)
value - the select clauseILocalizedNotificationMessageCollectionRequest top(int value)
value - the max number of items to returnILocalizedNotificationMessageCollectionRequest skip(int value)
value - of the number of items to skipILocalizedNotificationMessageCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination