public interface IUsedInsightCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IUsedInsightCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IUsedInsightCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IUsedInsightCollectionPage |
get() |
void |
get(ICallback<? super IUsedInsightCollectionPage> callback) |
IUsedInsightCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
UsedInsight |
post(UsedInsight newUsedInsight) |
void |
post(UsedInsight newUsedInsight,
ICallback<? super UsedInsight> callback) |
IUsedInsightCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IUsedInsightCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IUsedInsightCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IUsedInsightCollectionRequest |
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 IUsedInsightCollectionPage> callback)
IUsedInsightCollectionPage get() throws ClientException
ClientExceptionvoid post(UsedInsight newUsedInsight, ICallback<? super UsedInsight> callback)
UsedInsight post(UsedInsight newUsedInsight) throws ClientException
ClientExceptionIUsedInsightCollectionRequest expand(java.lang.String value)
value - the expand clauseIUsedInsightCollectionRequest filter(java.lang.String value)
value - the filter clauseIUsedInsightCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIUsedInsightCollectionRequest select(java.lang.String value)
value - the select clauseIUsedInsightCollectionRequest top(int value)
value - the max number of items to returnIUsedInsightCollectionRequest skip(int value)
value - of the number of items to skipIUsedInsightCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination