public interface IUsedInsightCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IUsedInsightCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IUsedInsightCollectionPage |
get() |
void |
get(ICallback<IUsedInsightCollectionPage> callback) |
UsedInsight |
post(UsedInsight newUsedInsight) |
void |
post(UsedInsight newUsedInsight,
ICallback<UsedInsight> callback) |
IUsedInsightCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IUsedInsightCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IUsedInsightCollectionPage> callback)
IUsedInsightCollectionPage get() throws ClientException
ClientExceptionvoid post(UsedInsight newUsedInsight, ICallback<UsedInsight> callback)
UsedInsight post(UsedInsight newUsedInsight) throws ClientException
ClientExceptionIUsedInsightCollectionRequest expand(java.lang.String value)
value - the expand clauseIUsedInsightCollectionRequest select(java.lang.String value)
value - the select clauseIUsedInsightCollectionRequest top(int value)
value - the max number of items to return