Class WorkbookWorksheetProtectionRequestBuilder

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

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

    • WorkbookWorksheetProtectionRequestBuilder

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