public interface ITeamsAppInstallationCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ITeamsAppInstallationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamsAppInstallationCollectionPage |
get() |
void |
get(ICallback<ITeamsAppInstallationCollectionPage> callback) |
TeamsAppInstallation |
post(TeamsAppInstallation newTeamsAppInstallation) |
void |
post(TeamsAppInstallation newTeamsAppInstallation,
ICallback<TeamsAppInstallation> callback) |
ITeamsAppInstallationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamsAppInstallationCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ITeamsAppInstallationCollectionPage> callback)
ITeamsAppInstallationCollectionPage get() throws ClientException
ClientExceptionvoid post(TeamsAppInstallation newTeamsAppInstallation, ICallback<TeamsAppInstallation> callback)
TeamsAppInstallation post(TeamsAppInstallation newTeamsAppInstallation) throws ClientException
ClientExceptionITeamsAppInstallationCollectionRequest expand(java.lang.String value)
value - the expand clauseITeamsAppInstallationCollectionRequest select(java.lang.String value)
value - the select clauseITeamsAppInstallationCollectionRequest top(int value)
value - the max number of items to return