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