Package com.microsoft.graph.requests
Class WorkbookWorksheetRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<WorkbookWorksheet>
com.microsoft.graph.requests.WorkbookWorksheetRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class WorkbookWorksheetRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<WorkbookWorksheet>
The class for the Workbook Worksheet Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookWorksheetRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WorkbookWorksheet -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest
(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 requestOptionscell
(WorkbookWorksheetCellParameterSet parameters) Gets a builder to execute the methodcharts()
Gets a request builder for the WorkbookChart collectionGets a request builder for the WorkbookChart itemnames()
Gets a request builder for the WorkbookNamedItem collectionGets a request builder for the WorkbookNamedItem itemGets a request builder for the WorkbookPivotTable collectionpivotTables
(String id) Gets a request builder for the WorkbookPivotTable itemGets the request builder for WorkbookWorksheetProtectionrange()
Gets a builder to execute the methodrange
(WorkbookWorksheetRangeParameterSet parameters) Gets a builder to execute the methodtables()
Gets a request builder for the WorkbookTable collectionGets a request builder for the WorkbookTable itemGets a builder to execute the methodusedRange
(WorkbookWorksheetUsedRangeParameterSet parameters) Gets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
WorkbookWorksheetRequestBuilder
public WorkbookWorksheetRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the WorkbookWorksheet- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public WorkbookWorksheetRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the WorkbookWorksheetRequest instance
-
buildRequest
@Nonnull public WorkbookWorksheetRequest 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 WorkbookWorksheetRequest instance
-
charts
Gets a request builder for the WorkbookChart collection- Returns:
- the collection request builder
-
charts
Gets a request builder for the WorkbookChart item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
names
Gets a request builder for the WorkbookNamedItem collection- Returns:
- the collection request builder
-
names
Gets a request builder for the WorkbookNamedItem item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
pivotTables
Gets a request builder for the WorkbookPivotTable collection- Returns:
- the collection request builder
-
pivotTables
Gets a request builder for the WorkbookPivotTable item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
protection
Gets the request builder for WorkbookWorksheetProtection- Returns:
- the WorkbookWorksheetProtectionRequestBuilder instance
-
tables
Gets a request builder for the WorkbookTable collection- Returns:
- the collection request builder
-
tables
Gets a request builder for the WorkbookTable item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
cell
@Nonnull public WorkbookWorksheetCellRequestBuilder cell(@Nonnull WorkbookWorksheetCellParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-
usedRange
Gets a builder to execute the method- Returns:
- the request builder
-
usedRange
@Nonnull public WorkbookWorksheetUsedRangeRequestBuilder usedRange(@Nonnull WorkbookWorksheetUsedRangeParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-
range
Gets a builder to execute the method- Returns:
- the request builder
-
range
@Nonnull public WorkbookWorksheetRangeRequestBuilder range(@Nonnull WorkbookWorksheetRangeParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-