public interface ISharedInsightCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ISharedInsightCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISharedInsightCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISharedInsightCollectionPage |
get() |
void |
get(ICallback<? super ISharedInsightCollectionPage> callback) |
ISharedInsightCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
SharedInsight |
post(SharedInsight newSharedInsight) |
void |
post(SharedInsight newSharedInsight,
ICallback<? super SharedInsight> callback) |
ISharedInsightCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISharedInsightCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISharedInsightCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ISharedInsightCollectionRequest |
top(int value)
Sets the top value 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 ISharedInsightCollectionPage> callback)
ISharedInsightCollectionPage get() throws ClientException
ClientExceptionvoid post(SharedInsight newSharedInsight, ICallback<? super SharedInsight> callback)
SharedInsight post(SharedInsight newSharedInsight) throws ClientException
ClientExceptionISharedInsightCollectionRequest expand(java.lang.String value)
value - the expand clauseISharedInsightCollectionRequest filter(java.lang.String value)
value - the filter clauseISharedInsightCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISharedInsightCollectionRequest select(java.lang.String value)
value - the select clauseISharedInsightCollectionRequest top(int value)
value - the max number of items to returnISharedInsightCollectionRequest skip(int value)
value - of the number of items to skipISharedInsightCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination