public class UserScopeTeamsAppInstallationRequest extends BaseRequest implements IUserScopeTeamsAppInstallationRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
UserScopeTeamsAppInstallationRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the UserScopeTeamsAppInstallation
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super UserScopeTeamsAppInstallation> callback)
Delete this item from the service
|
IUserScopeTeamsAppInstallationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
UserScopeTeamsAppInstallation |
get()
Gets the UserScopeTeamsAppInstallation from the service
|
void |
get(ICallback<? super UserScopeTeamsAppInstallation> callback)
Gets the UserScopeTeamsAppInstallation from the service
|
UserScopeTeamsAppInstallation |
patch(UserScopeTeamsAppInstallation sourceUserScopeTeamsAppInstallation)
Patches this UserScopeTeamsAppInstallation with a source
|
void |
patch(UserScopeTeamsAppInstallation sourceUserScopeTeamsAppInstallation,
ICallback<? super UserScopeTeamsAppInstallation> callback)
Patches this UserScopeTeamsAppInstallation with a source
|
UserScopeTeamsAppInstallation |
post(UserScopeTeamsAppInstallation newUserScopeTeamsAppInstallation)
Creates a UserScopeTeamsAppInstallation with a new object
|
void |
post(UserScopeTeamsAppInstallation newUserScopeTeamsAppInstallation,
ICallback<? super UserScopeTeamsAppInstallation> callback)
Creates a UserScopeTeamsAppInstallation with a new object
|
UserScopeTeamsAppInstallation |
put(UserScopeTeamsAppInstallation newUserScopeTeamsAppInstallation)
Creates a UserScopeTeamsAppInstallation with a new object
|
void |
put(UserScopeTeamsAppInstallation newUserScopeTeamsAppInstallation,
ICallback<? super UserScopeTeamsAppInstallation> callback)
Creates a UserScopeTeamsAppInstallation with a new object
|
IUserScopeTeamsAppInstallationRequest |
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 UserScopeTeamsAppInstallationRequest(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 UserScopeTeamsAppInstallation> callback)
get in interface IUserScopeTeamsAppInstallationRequestcallback - the callback to be called after success or failurepublic UserScopeTeamsAppInstallation get() throws ClientException
get in interface IUserScopeTeamsAppInstallationRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super UserScopeTeamsAppInstallation> callback)
delete in interface IUserScopeTeamsAppInstallationRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IUserScopeTeamsAppInstallationRequestClientException - if there was an exception during the delete operationpublic void patch(UserScopeTeamsAppInstallation sourceUserScopeTeamsAppInstallation, ICallback<? super UserScopeTeamsAppInstallation> callback)
patch in interface IUserScopeTeamsAppInstallationRequestsourceUserScopeTeamsAppInstallation - the source object with updatescallback - the callback to be called after success or failurepublic UserScopeTeamsAppInstallation patch(UserScopeTeamsAppInstallation sourceUserScopeTeamsAppInstallation) throws ClientException
patch in interface IUserScopeTeamsAppInstallationRequestsourceUserScopeTeamsAppInstallation - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(UserScopeTeamsAppInstallation newUserScopeTeamsAppInstallation, ICallback<? super UserScopeTeamsAppInstallation> callback)
post in interface IUserScopeTeamsAppInstallationRequestnewUserScopeTeamsAppInstallation - the new object to createcallback - the callback to be called after success or failurepublic UserScopeTeamsAppInstallation post(UserScopeTeamsAppInstallation newUserScopeTeamsAppInstallation) throws ClientException
post in interface IUserScopeTeamsAppInstallationRequestnewUserScopeTeamsAppInstallation - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(UserScopeTeamsAppInstallation newUserScopeTeamsAppInstallation, ICallback<? super UserScopeTeamsAppInstallation> callback)
put in interface IUserScopeTeamsAppInstallationRequestnewUserScopeTeamsAppInstallation - the object to create/updatecallback - the callback to be called after success or failurepublic UserScopeTeamsAppInstallation put(UserScopeTeamsAppInstallation newUserScopeTeamsAppInstallation) throws ClientException
put in interface IUserScopeTeamsAppInstallationRequestnewUserScopeTeamsAppInstallation - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IUserScopeTeamsAppInstallationRequest select(java.lang.String value)
select in interface IUserScopeTeamsAppInstallationRequestvalue - the select clausepublic IUserScopeTeamsAppInstallationRequest expand(java.lang.String value)
expand in interface IUserScopeTeamsAppInstallationRequestvalue - the expand clause