Class WorkbookTableItemAtRequestBuilder

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

public class WorkbookTableItemAtRequestBuilder extends com.microsoft.graph.http.BaseFunctionRequestBuilder<WorkbookTable>
The class for the Workbook Table Item At Request Builder.
  • Constructor Details

    • WorkbookTableItemAtRequestBuilder

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

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

    • buildRequest

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

      @Nonnull public WorkbookTableItemAtRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions)
      Creates the WorkbookTableItemAtRequest with specific requestOptions instead of the existing requestOptions
      Parameters:
      requestOptions - the options for the request
      Returns:
      the WorkbookTableItemAtRequest 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