public interface ITeamsAppCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ITeamsAppCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamsAppCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITeamsAppCollectionPage |
get() |
void |
get(ICallback<? super ITeamsAppCollectionPage> callback) |
ITeamsAppCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
TeamsApp |
post(TeamsApp newTeamsApp) |
void |
post(TeamsApp newTeamsApp,
ICallback<? super TeamsApp> callback) |
ITeamsAppCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamsAppCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ITeamsAppCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ITeamsAppCollectionRequest |
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 ITeamsAppCollectionPage> callback)
ITeamsAppCollectionPage get() throws ClientException
ClientExceptionTeamsApp post(TeamsApp newTeamsApp) throws ClientException
ClientExceptionITeamsAppCollectionRequest expand(java.lang.String value)
value - the expand clauseITeamsAppCollectionRequest filter(java.lang.String value)
value - the filter clauseITeamsAppCollectionRequest orderBy(java.lang.String value)
value - the order by clauseITeamsAppCollectionRequest select(java.lang.String value)
value - the select clauseITeamsAppCollectionRequest top(int value)
value - the max number of items to returnITeamsAppCollectionRequest skip(int value)
value - of the number of items to skipITeamsAppCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination