public class WorkbookChartSeriesItemAtRequestBuilder extends com.microsoft.graph.http.BaseFunctionRequestBuilder<WorkbookChartSeries>
| Constructor and Description |
|---|
WorkbookChartSeriesItemAtRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this WorkbookChartSeriesItemAt
|
WorkbookChartSeriesItemAtRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
WorkbookChartSeriesItemAtParameterSet parameters)
The request builder for this WorkbookChartSeriesItemAt
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookChartSeriesItemAtRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the WorkbookChartSeriesItemAtRequest with specific requestOptions instead of the existing requestOptions
|
WorkbookChartSeriesItemAtRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the WorkbookChartSeriesItemAtRequest
|
WorkbookChartSeriesFormatRequestBuilder |
format()
Gets the request builder for WorkbookChartSeriesFormat
|
WorkbookChartPointCollectionRequestBuilder |
points()
Gets a request builder for the WorkbookChartPoint collection
|
WorkbookChartPointRequestBuilder |
points(java.lang.String id)
Gets a request builder for the WorkbookChartPoint item
|
public WorkbookChartSeriesItemAtRequestBuilder(@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 requestpublic WorkbookChartSeriesItemAtRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
WorkbookChartSeriesItemAtParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public WorkbookChartSeriesItemAtRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public WorkbookChartSeriesItemAtRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request@Nonnull public WorkbookChartSeriesFormatRequestBuilder format()
@Nonnull public WorkbookChartPointCollectionRequestBuilder points()
@Nonnull public WorkbookChartPointRequestBuilder points(@Nonnull java.lang.String id)
id - the item identifier