public interface IManagedAppStatusCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedAppStatusCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedAppStatusCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedAppStatusCollectionPage |
get() |
void |
get(ICallback<? super IManagedAppStatusCollectionPage> callback) |
IManagedAppStatusCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedAppStatus |
post(ManagedAppStatus newManagedAppStatus) |
void |
post(ManagedAppStatus newManagedAppStatus,
ICallback<? super ManagedAppStatus> callback) |
IManagedAppStatusCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedAppStatusCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IManagedAppStatusCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IManagedAppStatusCollectionRequest |
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 IManagedAppStatusCollectionPage> callback)
IManagedAppStatusCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedAppStatus newManagedAppStatus, ICallback<? super ManagedAppStatus> callback)
ManagedAppStatus post(ManagedAppStatus newManagedAppStatus) throws ClientException
ClientExceptionIManagedAppStatusCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedAppStatusCollectionRequest filter(java.lang.String value)
value - the filter clauseIManagedAppStatusCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIManagedAppStatusCollectionRequest select(java.lang.String value)
value - the select clauseIManagedAppStatusCollectionRequest top(int value)
value - the max number of items to returnIManagedAppStatusCollectionRequest skip(int value)
value - of the number of items to skipIManagedAppStatusCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination