Class IosCustomConfigurationRequestBuilder

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

public class IosCustomConfigurationRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<IosCustomConfiguration>
The class for the Ios Custom Configuration Request Builder.
  • Constructor Details

    • IosCustomConfigurationRequestBuilder

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