Class FeatureRolloutPolicyRequestBuilder

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

public class FeatureRolloutPolicyRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<FeatureRolloutPolicy>
The class for the Feature Rollout Policy Request Builder.
  • Constructor Details

    • FeatureRolloutPolicyRequestBuilder

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

    • buildRequest

      @Nonnull public FeatureRolloutPolicyRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
      Creates the request
      Parameters:
      requestOptions - the options for this request
      Returns:
      the FeatureRolloutPolicyRequest instance
    • buildRequest

      @Nonnull public FeatureRolloutPolicyRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions)
      Creates the request with specific requestOptions instead of the existing requestOptions
      Parameters:
      requestOptions - the options for this request
      Returns:
      the FeatureRolloutPolicyRequest instance
    • appliesTo

      @Nonnull public DirectoryObjectCollectionRequestBuilder appliesTo()
      Gets a request builder for the DirectoryObject collection
      Returns:
      the collection request builder
    • appliesTo

      @Nonnull public DirectoryObjectRequestBuilder appliesTo(@Nonnull String id)
      Gets a request builder for the DirectoryObject item
      Parameters:
      id - the item identifier
      Returns:
      the request builder