public interface ITeamsAppCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ITeamsAppCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamsAppCollectionPage |
get() |
void |
get(ICallback<ITeamsAppCollectionPage> callback) |
TeamsApp |
post(TeamsApp newTeamsApp) |
void |
post(TeamsApp newTeamsApp,
ICallback<TeamsApp> callback) |
ITeamsAppCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamsAppCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ITeamsAppCollectionPage> callback)
ITeamsAppCollectionPage get() throws ClientException
ClientExceptionTeamsApp post(TeamsApp newTeamsApp) throws ClientException
ClientExceptionITeamsAppCollectionRequest expand(java.lang.String value)
value - the expand clauseITeamsAppCollectionRequest select(java.lang.String value)
value - the select clauseITeamsAppCollectionRequest top(int value)
value - the max number of items to return