public interface IDetectedAppCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDetectedAppCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDetectedAppCollectionPage |
get() |
void |
get(ICallback<IDetectedAppCollectionPage> callback) |
DetectedApp |
post(DetectedApp newDetectedApp) |
void |
post(DetectedApp newDetectedApp,
ICallback<DetectedApp> callback) |
IDetectedAppCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDetectedAppCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDetectedAppCollectionPage> callback)
IDetectedAppCollectionPage get() throws ClientException
ClientExceptionvoid post(DetectedApp newDetectedApp, ICallback<DetectedApp> callback)
DetectedApp post(DetectedApp newDetectedApp) throws ClientException
ClientExceptionIDetectedAppCollectionRequest expand(java.lang.String value)
value - the expand clauseIDetectedAppCollectionRequest select(java.lang.String value)
value - the select clauseIDetectedAppCollectionRequest top(int value)
value - the max number of items to return