public interface ITeamsAppReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
TeamsApp |
delete() |
void |
delete(ICallback<TeamsApp> callback) |
ITeamsAppReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
TeamsApp |
put(TeamsApp srcTeamsApp)
Puts the TeamsApp
|
void |
put(TeamsApp srcTeamsApp,
ICallback<TeamsApp> callback)
Puts the TeamsApp
|
ITeamsAppReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesTeamsApp delete() throws ClientException
ClientExceptionITeamsAppReferenceRequest select(java.lang.String value)
value - the select clauseITeamsAppReferenceRequest expand(java.lang.String value)
value - the expand clausevoid put(TeamsApp srcTeamsApp, ICallback<TeamsApp> callback)
srcTeamsApp - the TeamsApp to PUTcallback - the callback to be called after success or failureTeamsApp put(TeamsApp srcTeamsApp) throws ClientException
srcTeamsApp - the TeamsApp to PUTClientException - an exception occurs if there was an error while the request was sent