Class WorkbookRangeFormatRequestBuilder

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

public class WorkbookRangeFormatRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<WorkbookRangeFormat>
The class for the Workbook Range Format Request Builder.
  • Constructor Details

    • WorkbookRangeFormatRequestBuilder

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

    • buildRequest

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

      @Nonnull public WorkbookRangeFormatRequest 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 WorkbookRangeFormatRequest instance
    • borders

      Gets a request builder for the WorkbookRangeBorder collection
      Returns:
      the collection request builder
    • borders

      @Nonnull public WorkbookRangeBorderRequestBuilder borders(@Nonnull String id)
      Gets a request builder for the WorkbookRangeBorder item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • fill

      @Nonnull public WorkbookRangeFillRequestBuilder fill()
      Gets the request builder for WorkbookRangeFill
      Returns:
      the WorkbookRangeFillRequestBuilder instance
    • font

      @Nonnull public WorkbookRangeFontRequestBuilder font()
      Gets the request builder for WorkbookRangeFont
      Returns:
      the WorkbookRangeFontRequestBuilder instance
    • protection

      @Nonnull public WorkbookFormatProtectionRequestBuilder protection()
      Gets the request builder for WorkbookFormatProtection
      Returns:
      the WorkbookFormatProtectionRequestBuilder instance
    • autofitColumns

      @Nonnull public WorkbookRangeFormatAutofitColumnsRequestBuilder autofitColumns()
      Gets a builder to execute the method
      Returns:
      the request builder
    • autofitRows

      @Nonnull public WorkbookRangeFormatAutofitRowsRequestBuilder autofitRows()
      Gets a builder to execute the method
      Returns:
      the request builder