Class Windows10GeneralConfigurationRequestBuilder

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

public class Windows10GeneralConfigurationRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Windows10GeneralConfiguration>
The class for the Windows10General Configuration Request Builder.
  • Constructor Details

    • Windows10GeneralConfigurationRequestBuilder

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