public class TeamsAppInstallationRequest extends com.microsoft.graph.http.BaseRequest<TeamsAppInstallation>
| Constructor and Description |
|---|
TeamsAppInstallationRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the TeamsAppInstallation
|
TeamsAppInstallationRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
java.lang.Class<? extends TeamsAppInstallation> responseClass)
The request for the TeamsAppInstallation
|
| Modifier and Type | Method and Description |
|---|---|
TeamsAppInstallation |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<TeamsAppInstallation> |
deleteAsync()
Delete this item from the service
|
TeamsAppInstallationRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
TeamsAppInstallation |
get()
Gets the TeamsAppInstallation from the service
|
java.util.concurrent.CompletableFuture<TeamsAppInstallation> |
getAsync()
Gets the TeamsAppInstallation from the service
|
TeamsAppInstallation |
patch(TeamsAppInstallation sourceTeamsAppInstallation)
Patches this TeamsAppInstallation with a source
|
java.util.concurrent.CompletableFuture<TeamsAppInstallation> |
patchAsync(TeamsAppInstallation sourceTeamsAppInstallation)
Patches this TeamsAppInstallation with a source
|
TeamsAppInstallation |
post(TeamsAppInstallation newTeamsAppInstallation)
Creates a TeamsAppInstallation with a new object
|
java.util.concurrent.CompletableFuture<TeamsAppInstallation> |
postAsync(TeamsAppInstallation newTeamsAppInstallation)
Creates a TeamsAppInstallation with a new object
|
TeamsAppInstallation |
put(TeamsAppInstallation newTeamsAppInstallation)
Creates a TeamsAppInstallation with a new object
|
java.util.concurrent.CompletableFuture<TeamsAppInstallation> |
putAsync(TeamsAppInstallation newTeamsAppInstallation)
Creates a TeamsAppInstallation with a new object
|
TeamsAppInstallationRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addCountOption, addExpandOption, addFilterOption, addFunctionOption, addHeader, addOrderByOption, addQueryOption, addSelectOption, addSkipOption, addSkipTokenOption, addTopOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, sendAsync, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic TeamsAppInstallationRequest(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
java.lang.Class<? extends TeamsAppInstallation> responseClass)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestresponseClass - the class of the responsepublic TeamsAppInstallationRequest(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public java.util.concurrent.CompletableFuture<TeamsAppInstallation> getAsync()
@Nullable public TeamsAppInstallation get() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<TeamsAppInstallation> deleteAsync()
@Nullable public TeamsAppInstallation delete() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException - if there was an exception during the delete operation@Nonnull public java.util.concurrent.CompletableFuture<TeamsAppInstallation> patchAsync(@Nonnull TeamsAppInstallation sourceTeamsAppInstallation)
sourceTeamsAppInstallation - the source object with updates@Nullable public TeamsAppInstallation patch(@Nonnull TeamsAppInstallation sourceTeamsAppInstallation) throws com.microsoft.graph.core.ClientException
sourceTeamsAppInstallation - the source object with updatescom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<TeamsAppInstallation> postAsync(@Nonnull TeamsAppInstallation newTeamsAppInstallation)
newTeamsAppInstallation - the new object to create@Nullable public TeamsAppInstallation post(@Nonnull TeamsAppInstallation newTeamsAppInstallation) throws com.microsoft.graph.core.ClientException
newTeamsAppInstallation - the new object to createcom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<TeamsAppInstallation> putAsync(@Nonnull TeamsAppInstallation newTeamsAppInstallation)
newTeamsAppInstallation - the object to create/update@Nullable public TeamsAppInstallation put(@Nonnull TeamsAppInstallation newTeamsAppInstallation) throws com.microsoft.graph.core.ClientException
newTeamsAppInstallation - the object to create/updatecom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public TeamsAppInstallationRequest select(@Nonnull java.lang.String value)
value - the select clause@Nonnull public TeamsAppInstallationRequest expand(@Nonnull java.lang.String value)
value - the expand clause