Class WorkbookWorksheetProtectionUnprotectRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookWorksheetProtection>
com.microsoft.graph.requests.WorkbookWorksheetProtectionUnprotectRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

public class WorkbookWorksheetProtectionUnprotectRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookWorksheetProtection>
The class for the Workbook Worksheet Protection Unprotect Request Builder.
  • Constructor Details

    • WorkbookWorksheetProtectionUnprotectRequestBuilder

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

    • buildRequest

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

      @Nonnull public WorkbookWorksheetProtectionUnprotectRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions)
      Creates the WorkbookWorksheetProtectionUnprotectRequest with specific requestOptions instead of the existing requestOptions
      Parameters:
      requestOptions - the options for the request
      Returns:
      the WorkbookWorksheetProtectionUnprotectRequest instance