Class UnifiedRoleManagementPolicyRuleCollectionRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseEntityCollectionRequest<UnifiedRoleManagementPolicyRule,UnifiedRoleManagementPolicyRuleCollectionResponse,UnifiedRoleManagementPolicyRuleCollectionPage>
com.microsoft.graph.requests.UnifiedRoleManagementPolicyRuleCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class UnifiedRoleManagementPolicyRuleCollectionRequest extends com.microsoft.graph.http.BaseEntityCollectionRequest<UnifiedRoleManagementPolicyRule,UnifiedRoleManagementPolicyRuleCollectionResponse,UnifiedRoleManagementPolicyRuleCollectionPage>
The class for the Unified Role Management Policy Rule Collection Request.
  • Constructor Details

    • UnifiedRoleManagementPolicyRuleCollectionRequest

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