public class TeamsAppInstallationRequest extends BaseRequest implements ITeamsAppInstallationRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
TeamsAppInstallationRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the TeamsAppInstallation
|
TeamsAppInstallationRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Class<? extends TeamsAppInstallation> responseClass)
The request for the TeamsAppInstallation
|
| 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)
Creates a TeamsAppInstallation with a new object
|
void |
post(TeamsAppInstallation newTeamsAppInstallation,
ICallback<? super TeamsAppInstallation> callback)
Creates a TeamsAppInstallation with a new object
|
TeamsAppInstallation |
put(TeamsAppInstallation newTeamsAppInstallation)
Creates a TeamsAppInstallation with a new object
|
void |
put(TeamsAppInstallation newTeamsAppInstallation,
ICallback<? super TeamsAppInstallation> callback)
Creates a TeamsAppInstallation with a new object
|
ITeamsAppInstallationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic TeamsAppInstallationRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Class<? extends TeamsAppInstallation> responseClass)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestresponseClass - the class of the responsepublic TeamsAppInstallationRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super TeamsAppInstallation> callback)
get in interface ITeamsAppInstallationRequestcallback - the callback to be called after success or failurepublic TeamsAppInstallation get() throws ClientException
get in interface ITeamsAppInstallationRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super TeamsAppInstallation> callback)
delete in interface ITeamsAppInstallationRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface ITeamsAppInstallationRequestClientException - if there was an exception during the delete operationpublic void patch(TeamsAppInstallation sourceTeamsAppInstallation, ICallback<? super TeamsAppInstallation> callback)
patch in interface ITeamsAppInstallationRequestsourceTeamsAppInstallation - the source object with updatescallback - the callback to be called after success or failurepublic TeamsAppInstallation patch(TeamsAppInstallation sourceTeamsAppInstallation) throws ClientException
patch in interface ITeamsAppInstallationRequestsourceTeamsAppInstallation - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(TeamsAppInstallation newTeamsAppInstallation, ICallback<? super TeamsAppInstallation> callback)
post in interface ITeamsAppInstallationRequestnewTeamsAppInstallation - the new object to createcallback - the callback to be called after success or failurepublic TeamsAppInstallation post(TeamsAppInstallation newTeamsAppInstallation) throws ClientException
post in interface ITeamsAppInstallationRequestnewTeamsAppInstallation - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(TeamsAppInstallation newTeamsAppInstallation, ICallback<? super TeamsAppInstallation> callback)
put in interface ITeamsAppInstallationRequestnewTeamsAppInstallation - the object to create/updatecallback - the callback to be called after success or failurepublic TeamsAppInstallation put(TeamsAppInstallation newTeamsAppInstallation) throws ClientException
put in interface ITeamsAppInstallationRequestnewTeamsAppInstallation - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic ITeamsAppInstallationRequest select(java.lang.String value)
select in interface ITeamsAppInstallationRequestvalue - the select clausepublic ITeamsAppInstallationRequest expand(java.lang.String value)
expand in interface ITeamsAppInstallationRequestvalue - the expand clause