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