Class Windows81GeneralConfigurationRequestBuilder

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

public class Windows81GeneralConfigurationRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Windows81GeneralConfiguration>
The class for the Windows81General Configuration Request Builder.
  • Constructor Details

    • Windows81GeneralConfigurationRequestBuilder

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