public interface IManagedAppRegistrationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IManagedAppRegistrationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IManagedAppRegistrationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IManagedAppRegistrationCollectionPage |
get() |
void |
get(ICallback<? super IManagedAppRegistrationCollectionPage> callback) |
IManagedAppRegistrationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
ManagedAppRegistration |
post(ManagedAppRegistration newManagedAppRegistration) |
void |
post(ManagedAppRegistration newManagedAppRegistration,
ICallback<? super ManagedAppRegistration> callback) |
IManagedAppRegistrationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IManagedAppRegistrationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IManagedAppRegistrationCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IManagedAppRegistrationCollectionRequest |
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 IManagedAppRegistrationCollectionPage> callback)
IManagedAppRegistrationCollectionPage get() throws ClientException
ClientExceptionvoid post(ManagedAppRegistration newManagedAppRegistration, ICallback<? super ManagedAppRegistration> callback)
ManagedAppRegistration post(ManagedAppRegistration newManagedAppRegistration) throws ClientException
ClientExceptionIManagedAppRegistrationCollectionRequest expand(java.lang.String value)
value - the expand clauseIManagedAppRegistrationCollectionRequest filter(java.lang.String value)
value - the filter clauseIManagedAppRegistrationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIManagedAppRegistrationCollectionRequest select(java.lang.String value)
value - the select clauseIManagedAppRegistrationCollectionRequest top(int value)
value - the max number of items to returnIManagedAppRegistrationCollectionRequest skip(int value)
value - of the number of items to skipIManagedAppRegistrationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination