public interface ITeamsAppInstallationCollectionRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
ITeamsAppInstallationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamsAppInstallationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITeamsAppInstallationCollectionPage |
get() |
void |
get(ICallback<? super ITeamsAppInstallationCollectionPage> callback) |
ITeamsAppInstallationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
TeamsAppInstallation |
post(TeamsAppInstallation newTeamsAppInstallation) |
void |
post(TeamsAppInstallation newTeamsAppInstallation,
ICallback<? super TeamsAppInstallation> callback) |
ITeamsAppInstallationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamsAppInstallationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ITeamsAppInstallationCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ITeamsAppInstallationCollectionRequest |
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, withHttpMethod
void get(ICallback<? super ITeamsAppInstallationCollectionPage> callback)
ITeamsAppInstallationCollectionPage get() throws ClientException
ClientException
void post(TeamsAppInstallation newTeamsAppInstallation, ICallback<? super TeamsAppInstallation> callback)
TeamsAppInstallation post(TeamsAppInstallation newTeamsAppInstallation) throws ClientException
ClientException
ITeamsAppInstallationCollectionRequest expand(java.lang.String value)
value
- the expand clauseITeamsAppInstallationCollectionRequest filter(java.lang.String value)
value
- the filter clauseITeamsAppInstallationCollectionRequest orderBy(java.lang.String value)
value
- the order by clauseITeamsAppInstallationCollectionRequest select(java.lang.String value)
value
- the select clauseITeamsAppInstallationCollectionRequest top(int value)
value
- the max number of items to returnITeamsAppInstallationCollectionRequest skip(int value)
value
- of the number of items to skipITeamsAppInstallationCollectionRequest skipToken(java.lang.String skipToken)
skipToken
- value for pagination