public class WorkbookTableRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<WorkbookTable>
| Constructor and Description |
|---|
WorkbookTableRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the WorkbookTable
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookTableRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
WorkbookTableRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
WorkbookTableClearFiltersRequestBuilder |
clearFilters()
Gets a builder to execute the method
|
WorkbookTableColumnCollectionRequestBuilder |
columns()
Gets a request builder for the WorkbookTableColumn collection
|
WorkbookTableColumnRequestBuilder |
columns(java.lang.String id)
Gets a request builder for the WorkbookTableColumn item
|
WorkbookTableConvertToRangeRequestBuilder |
convertToRange()
Gets a builder to execute the method
|
WorkbookTableDataBodyRangeRequestBuilder |
dataBodyRange()
Gets a builder to execute the method
|
WorkbookTableHeaderRowRangeRequestBuilder |
headerRowRange()
Gets a builder to execute the method
|
WorkbookTableRangeRequestBuilder |
range()
Gets a builder to execute the method
|
WorkbookTableReapplyFiltersRequestBuilder |
reapplyFilters()
Gets a builder to execute the method
|
WorkbookTableRowCollectionRequestBuilder |
rows()
Gets a request builder for the WorkbookTableRow collection
|
WorkbookTableRowRequestBuilder |
rows(java.lang.String id)
Gets a request builder for the WorkbookTableRow item
|
WorkbookTableSortRequestBuilder |
sort()
Gets the request builder for WorkbookTableSort
|
WorkbookTableTotalRowRangeRequestBuilder |
totalRowRange()
Gets a builder to execute the method
|
WorkbookWorksheetRequestBuilder |
worksheet()
Gets the request builder for WorkbookWorksheet
|
public WorkbookTableRequestBuilder(@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 WorkbookTableRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public WorkbookTableRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public WorkbookTableColumnCollectionRequestBuilder columns()
@Nonnull public WorkbookTableColumnRequestBuilder columns(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public WorkbookTableRowCollectionRequestBuilder rows()
@Nonnull public WorkbookTableRowRequestBuilder rows(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public WorkbookTableSortRequestBuilder sort()
@Nonnull public WorkbookWorksheetRequestBuilder worksheet()
@Nonnull public WorkbookTableClearFiltersRequestBuilder clearFilters()
@Nonnull public WorkbookTableConvertToRangeRequestBuilder convertToRange()
@Nonnull public WorkbookTableReapplyFiltersRequestBuilder reapplyFilters()
@Nonnull public WorkbookTableDataBodyRangeRequestBuilder dataBodyRange()
@Nonnull public WorkbookTableHeaderRowRangeRequestBuilder headerRowRange()
@Nonnull public WorkbookTableRangeRequestBuilder range()
@Nonnull public WorkbookTableTotalRowRangeRequestBuilder totalRowRange()