Package com.microsoft.graph.requests
Class WorkbookChartRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<WorkbookChart>
com.microsoft.graph.requests.WorkbookChartRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class WorkbookChartRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<WorkbookChart>
The class for the Workbook Chart Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookChartRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WorkbookChart -
Method Summary
Modifier and TypeMethodDescriptionaxes()
Gets the request builder for WorkbookChartAxesbuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets the request builder for WorkbookChartDataLabelsformat()
Gets the request builder for WorkbookChartAreaFormatimage()
Gets a builder to execute the methodimage
(WorkbookChartImageParameterSet parameters) Gets a builder to execute the methodlegend()
Gets the request builder for WorkbookChartLegendseries()
Gets a request builder for the WorkbookChartSeries collectionGets a request builder for the WorkbookChartSeries itemsetData
(WorkbookChartSetDataParameterSet parameters) Gets a builder to execute the methodsetPosition
(WorkbookChartSetPositionParameterSet parameters) Gets a builder to execute the methodtitle()
Gets the request builder for WorkbookChartTitleGets the request builder for WorkbookWorksheetMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
WorkbookChartRequestBuilder
public WorkbookChartRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WorkbookChart- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public WorkbookChartRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the WorkbookChartRequest instance
-
buildRequest
@Nonnull public WorkbookChartRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions
- the options for this request- Returns:
- the WorkbookChartRequest instance
-
axes
Gets the request builder for WorkbookChartAxes- Returns:
- the WorkbookChartAxesRequestBuilder instance
-
dataLabels
Gets the request builder for WorkbookChartDataLabels- Returns:
- the WorkbookChartDataLabelsRequestBuilder instance
-
format
Gets the request builder for WorkbookChartAreaFormat- Returns:
- the WorkbookChartAreaFormatRequestBuilder instance
-
legend
Gets the request builder for WorkbookChartLegend- Returns:
- the WorkbookChartLegendRequestBuilder instance
-
series
Gets a request builder for the WorkbookChartSeries collection- Returns:
- the collection request builder
-
series
Gets a request builder for the WorkbookChartSeries item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
title
Gets the request builder for WorkbookChartTitle- Returns:
- the WorkbookChartTitleRequestBuilder instance
-
worksheet
Gets the request builder for WorkbookWorksheet- Returns:
- the WorkbookWorksheetRequestBuilder instance
-
setData
@Nonnull public WorkbookChartSetDataRequestBuilder setData(@Nonnull WorkbookChartSetDataParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-
setPosition
@Nonnull public WorkbookChartSetPositionRequestBuilder setPosition(@Nonnull WorkbookChartSetPositionParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-
image
Gets a builder to execute the method- Returns:
- the request builder
-
image
@Nonnull public WorkbookChartImageRequestBuilder image(@Nonnull WorkbookChartImageParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-