public interface ITeamsAppInstallationRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super TeamsAppInstallation> callback)
Delete this item from the service
|
ITeamsAppInstallationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
TeamsAppInstallation |
get()
Gets the TeamsAppInstallation from the service
|
void |
get(ICallback<? super TeamsAppInstallation> callback)
Gets the TeamsAppInstallation from the service
|
TeamsAppInstallation |
patch(TeamsAppInstallation sourceTeamsAppInstallation)
Patches this TeamsAppInstallation with a source
|
void |
patch(TeamsAppInstallation sourceTeamsAppInstallation,
ICallback<? super TeamsAppInstallation> callback)
Patches this TeamsAppInstallation with a source
|
TeamsAppInstallation |
post(TeamsAppInstallation newTeamsAppInstallation)
Posts a TeamsAppInstallation with a new object
|
void |
post(TeamsAppInstallation newTeamsAppInstallation,
ICallback<? super TeamsAppInstallation> callback)
Posts a TeamsAppInstallation with a new object
|
TeamsAppInstallation |
put(TeamsAppInstallation newTeamsAppInstallation)
Posts a TeamsAppInstallation with a new object
|
void |
put(TeamsAppInstallation newTeamsAppInstallation,
ICallback<? super TeamsAppInstallation> callback)
Posts a TeamsAppInstallation with a new object
|
ITeamsAppInstallationRequest |
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, withHttpMethodvoid get(ICallback<? super TeamsAppInstallation> callback)
callback - the callback to be called after success or failureTeamsAppInstallation get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super TeamsAppInstallation> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(TeamsAppInstallation sourceTeamsAppInstallation, ICallback<? super TeamsAppInstallation> callback)
sourceTeamsAppInstallation - the source object with updatescallback - the callback to be called after success or failureTeamsAppInstallation patch(TeamsAppInstallation sourceTeamsAppInstallation) throws ClientException
sourceTeamsAppInstallation - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(TeamsAppInstallation newTeamsAppInstallation, ICallback<? super TeamsAppInstallation> callback)
newTeamsAppInstallation - the new object to createcallback - the callback to be called after success or failureTeamsAppInstallation post(TeamsAppInstallation newTeamsAppInstallation) throws ClientException
newTeamsAppInstallation - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(TeamsAppInstallation newTeamsAppInstallation, ICallback<? super TeamsAppInstallation> callback)
newTeamsAppInstallation - the object to create/updatecallback - the callback to be called after success or failureTeamsAppInstallation put(TeamsAppInstallation newTeamsAppInstallation) throws ClientException
newTeamsAppInstallation - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonITeamsAppInstallationRequest select(java.lang.String value)
value - the select clauseITeamsAppInstallationRequest expand(java.lang.String value)
value - the expand clause