public interface ITeamsAppReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
TeamsApp |
delete() |
void |
delete(ICallback<? super 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<? super TeamsApp> callback)
Puts the TeamsApp
|
ITeamsAppReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodTeamsApp 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<? super 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