public interface ITeamsAppDefinitionCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ITeamsAppDefinitionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITeamsAppDefinitionCollectionPage |
get() |
void |
get(ICallback<ITeamsAppDefinitionCollectionPage> callback) |
TeamsAppDefinition |
post(TeamsAppDefinition newTeamsAppDefinition) |
void |
post(TeamsAppDefinition newTeamsAppDefinition,
ICallback<TeamsAppDefinition> callback) |
ITeamsAppDefinitionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITeamsAppDefinitionCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ITeamsAppDefinitionCollectionPage> callback)
ITeamsAppDefinitionCollectionPage get() throws ClientException
ClientExceptionvoid post(TeamsAppDefinition newTeamsAppDefinition, ICallback<TeamsAppDefinition> callback)
TeamsAppDefinition post(TeamsAppDefinition newTeamsAppDefinition) throws ClientException
ClientExceptionITeamsAppDefinitionCollectionRequest expand(java.lang.String value)
value - the expand clauseITeamsAppDefinitionCollectionRequest select(java.lang.String value)
value - the select clauseITeamsAppDefinitionCollectionRequest top(int value)
value - the max number of items to return