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