Class WorkbookTableRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<WorkbookTable>
com.microsoft.graph.requests.WorkbookTableRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

public class WorkbookTableRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<WorkbookTable>
The class for the Workbook Table Request Builder.
  • Constructor Details

    • WorkbookTableRequestBuilder

      public WorkbookTableRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request builder for the WorkbookTable
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details

    • buildRequest

      @Nonnull public WorkbookTableRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
      Creates the request
      Parameters:
      requestOptions - the options for this request
      Returns:
      the WorkbookTableRequest instance
    • buildRequest

      @Nonnull public WorkbookTableRequest 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 WorkbookTableRequest instance
    • columns

      Gets a request builder for the WorkbookTableColumn collection
      Returns:
      the collection request builder
    • columns

      @Nonnull public WorkbookTableColumnRequestBuilder columns(@Nonnull String id)
      Gets a request builder for the WorkbookTableColumn item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • rows

      Gets a request builder for the WorkbookTableRow collection
      Returns:
      the collection request builder
    • rows

      @Nonnull public WorkbookTableRowRequestBuilder rows(@Nonnull String id)
      Gets a request builder for the WorkbookTableRow item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • sort

      @Nonnull public WorkbookTableSortRequestBuilder sort()
      Gets the request builder for WorkbookTableSort
      Returns:
      the WorkbookTableSortRequestBuilder instance
    • worksheet

      @Nonnull public WorkbookWorksheetRequestBuilder worksheet()
      Gets the request builder for WorkbookWorksheet
      Returns:
      the WorkbookWorksheetRequestBuilder instance
    • clearFilters

      @Nonnull public WorkbookTableClearFiltersRequestBuilder clearFilters()
      Gets a builder to execute the method
      Returns:
      the request builder
    • convertToRange

      @Nonnull public WorkbookTableConvertToRangeRequestBuilder convertToRange()
      Gets a builder to execute the method
      Returns:
      the request builder
    • reapplyFilters

      @Nonnull public WorkbookTableReapplyFiltersRequestBuilder reapplyFilters()
      Gets a builder to execute the method
      Returns:
      the request builder
    • dataBodyRange

      @Nonnull public WorkbookTableDataBodyRangeRequestBuilder dataBodyRange()
      Gets a builder to execute the method
      Returns:
      the request builder
    • headerRowRange

      @Nonnull public WorkbookTableHeaderRowRangeRequestBuilder headerRowRange()
      Gets a builder to execute the method
      Returns:
      the request builder
    • range

      @Nonnull public WorkbookTableRangeRequestBuilder range()
      Gets a builder to execute the method
      Returns:
      the request builder
    • totalRowRange

      @Nonnull public WorkbookTableTotalRowRangeRequestBuilder totalRowRange()
      Gets a builder to execute the method
      Returns:
      the request builder