public interface ISharedInsightCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ISharedInsightCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISharedInsightCollectionPage |
get() |
void |
get(ICallback<ISharedInsightCollectionPage> callback) |
SharedInsight |
post(SharedInsight newSharedInsight) |
void |
post(SharedInsight newSharedInsight,
ICallback<SharedInsight> callback) |
ISharedInsightCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISharedInsightCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ISharedInsightCollectionPage> callback)
ISharedInsightCollectionPage get() throws ClientException
ClientExceptionvoid post(SharedInsight newSharedInsight, ICallback<SharedInsight> callback)
SharedInsight post(SharedInsight newSharedInsight) throws ClientException
ClientExceptionISharedInsightCollectionRequest expand(java.lang.String value)
value - the expand clauseISharedInsightCollectionRequest select(java.lang.String value)
value - the select clauseISharedInsightCollectionRequest top(int value)
value - the max number of items to return