Class UnifiedRoleAssignmentScheduleCollectionRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<UnifiedRoleAssignmentSchedule,UnifiedRoleAssignmentScheduleRequestBuilder,UnifiedRoleAssignmentScheduleCollectionResponse,UnifiedRoleAssignmentScheduleCollectionPage,UnifiedRoleAssignmentScheduleCollectionRequest>
com.microsoft.graph.requests.UnifiedRoleAssignmentScheduleCollectionRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

The class for the Unified Role Assignment Schedule Collection Request Builder.
  • Constructor Details

    • UnifiedRoleAssignmentScheduleCollectionRequestBuilder

      public UnifiedRoleAssignmentScheduleCollectionRequestBuilder(@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 RbacApplication
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details