public interface IManagedAppStatusCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedAppStatusCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedAppStatusCollectionPage |
get() |
void |
get(ICallback<IManagedAppStatusCollectionPage> callback) |
ManagedAppStatus |
post(ManagedAppStatus newManagedAppStatus) |
void |
post(ManagedAppStatus newManagedAppStatus,
ICallback<ManagedAppStatus> callback) |
IManagedAppStatusCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedAppStatusCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IManagedAppStatusCollectionPage> callback)
IManagedAppStatusCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedAppStatus newManagedAppStatus, ICallback<ManagedAppStatus> callback)
ManagedAppStatus post(ManagedAppStatus newManagedAppStatus) throws ClientException
ClientExceptionIManagedAppStatusCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedAppStatusCollectionRequest select(java.lang.String value)
value - the select clauseIManagedAppStatusCollectionRequest top(int value)
value - the max number of items to return