public class LocalizedNotificationMessageCollectionRequest extends BaseCollectionRequest<LocalizedNotificationMessageCollectionResponse,ILocalizedNotificationMessageCollectionPage> implements ILocalizedNotificationMessageCollectionRequest
| Constructor and Description |
|---|
LocalizedNotificationMessageCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of LocalizedNotificationMessage
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic LocalizedNotificationMessageCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super ILocalizedNotificationMessageCollectionPage> callback)
get in interface ILocalizedNotificationMessageCollectionRequestpublic ILocalizedNotificationMessageCollectionPage get() throws ClientException
get in interface ILocalizedNotificationMessageCollectionRequestClientExceptionpublic void post(LocalizedNotificationMessage newLocalizedNotificationMessage, ICallback<? super LocalizedNotificationMessage> callback)
post in interface ILocalizedNotificationMessageCollectionRequestpublic LocalizedNotificationMessage post(LocalizedNotificationMessage newLocalizedNotificationMessage) throws ClientException
post in interface ILocalizedNotificationMessageCollectionRequestClientExceptionpublic ILocalizedNotificationMessageCollectionRequest expand(java.lang.String value)
expand in interface ILocalizedNotificationMessageCollectionRequestvalue - the expand clausepublic ILocalizedNotificationMessageCollectionRequest filter(java.lang.String value)
filter in interface ILocalizedNotificationMessageCollectionRequestvalue - the filter clausepublic ILocalizedNotificationMessageCollectionRequest orderBy(java.lang.String value)
orderBy in interface ILocalizedNotificationMessageCollectionRequestvalue - the order by clausepublic ILocalizedNotificationMessageCollectionRequest select(java.lang.String value)
select in interface ILocalizedNotificationMessageCollectionRequestvalue - the select clausepublic ILocalizedNotificationMessageCollectionRequest top(int value)
top in interface ILocalizedNotificationMessageCollectionRequestvalue - the max number of items to returnpublic ILocalizedNotificationMessageCollectionRequest skip(int value)
skip in interface ILocalizedNotificationMessageCollectionRequestvalue - of the number of items to skippublic ILocalizedNotificationMessageCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ILocalizedNotificationMessageCollectionRequestskipToken - - Token for paginationpublic ILocalizedNotificationMessageCollectionPage buildFromResponse(LocalizedNotificationMessageCollectionResponse response)