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 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 URL
      client - the service client
      requestOptions - 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

      @Nonnull public WorkbookChartAxesRequestBuilder axes()
      Gets the request builder for WorkbookChartAxes
      Returns:
      the WorkbookChartAxesRequestBuilder instance
    • dataLabels

      @Nonnull public WorkbookChartDataLabelsRequestBuilder dataLabels()
      Gets the request builder for WorkbookChartDataLabels
      Returns:
      the WorkbookChartDataLabelsRequestBuilder instance
    • format

      @Nonnull public WorkbookChartAreaFormatRequestBuilder format()
      Gets the request builder for WorkbookChartAreaFormat
      Returns:
      the WorkbookChartAreaFormatRequestBuilder instance
    • legend

      @Nonnull public WorkbookChartLegendRequestBuilder 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

      @Nonnull public WorkbookChartSeriesRequestBuilder series(@Nonnull String id)
      Gets a request builder for the WorkbookChartSeries item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • title

      @Nonnull public WorkbookChartTitleRequestBuilder title()
      Gets the request builder for WorkbookChartTitle
      Returns:
      the WorkbookChartTitleRequestBuilder instance
    • worksheet

      @Nonnull public WorkbookWorksheetRequestBuilder 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

      @Nonnull public WorkbookChartImageRequestBuilder 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