Class UserConsentRequestCollectionRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<UserConsentRequest,UserConsentRequestRequestBuilder,UserConsentRequestCollectionResponse,UserConsentRequestCollectionPage,UserConsentRequestCollectionRequest>
com.microsoft.graph.requests.UserConsentRequestCollectionRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

public class UserConsentRequestCollectionRequestBuilder extends com.microsoft.graph.http.BaseCollectionRequestBuilder<UserConsentRequest,UserConsentRequestRequestBuilder,UserConsentRequestCollectionResponse,UserConsentRequestCollectionPage,UserConsentRequestCollectionRequest>
The class for the User Consent Request Collection Request Builder.
  • Constructor Details

    • UserConsentRequestCollectionRequestBuilder

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