Class IosDeviceFeaturesConfigurationRequestBuilder

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

public class IosDeviceFeaturesConfigurationRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<IosDeviceFeaturesConfiguration>
The class for the Ios Device Features Configuration Request Builder.
  • Constructor Details

    • IosDeviceFeaturesConfigurationRequestBuilder

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