public class TeamsTabRequest extends com.microsoft.graph.http.BaseRequest<TeamsTab>
| Constructor and Description |
|---|
TeamsTabRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the TeamsTab
|
| Modifier and Type | Method and Description |
|---|---|
TeamsTab |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<TeamsTab> |
deleteAsync()
Delete this item from the service
|
TeamsTabRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
TeamsTab |
get()
Gets the TeamsTab from the service
|
java.util.concurrent.CompletableFuture<TeamsTab> |
getAsync()
Gets the TeamsTab from the service
|
TeamsTab |
patch(TeamsTab sourceTeamsTab)
Patches this TeamsTab with a source
|
java.util.concurrent.CompletableFuture<TeamsTab> |
patchAsync(TeamsTab sourceTeamsTab)
Patches this TeamsTab with a source
|
TeamsTab |
post(TeamsTab newTeamsTab)
Creates a TeamsTab with a new object
|
java.util.concurrent.CompletableFuture<TeamsTab> |
postAsync(TeamsTab newTeamsTab)
Creates a TeamsTab with a new object
|
TeamsTab |
put(TeamsTab newTeamsTab)
Creates a TeamsTab with a new object
|
java.util.concurrent.CompletableFuture<TeamsTab> |
putAsync(TeamsTab newTeamsTab)
Creates a TeamsTab with a new object
|
TeamsTabRequest |
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 TeamsTabRequest(@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<TeamsTab> getAsync()
@Nullable public TeamsTab 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<TeamsTab> deleteAsync()
@Nullable public TeamsTab 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<TeamsTab> patchAsync(@Nonnull TeamsTab sourceTeamsTab)
sourceTeamsTab - the source object with updates@Nullable public TeamsTab patch(@Nonnull TeamsTab sourceTeamsTab) throws com.microsoft.graph.core.ClientException
sourceTeamsTab - 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<TeamsTab> postAsync(@Nonnull TeamsTab newTeamsTab)
newTeamsTab - the new object to create@Nullable public TeamsTab post(@Nonnull TeamsTab newTeamsTab) throws com.microsoft.graph.core.ClientException
newTeamsTab - 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<TeamsTab> putAsync(@Nonnull TeamsTab newTeamsTab)
newTeamsTab - the object to create/update@Nullable public TeamsTab put(@Nonnull TeamsTab newTeamsTab) throws com.microsoft.graph.core.ClientException
newTeamsTab - the object to create/updatecom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public TeamsTabRequest select(@Nonnull java.lang.String value)
value - the select clause@Nonnull public TeamsTabRequest expand(@Nonnull java.lang.String value)
value - the expand clause