Class IdentityProviderCollectionWithReferencesRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseEntityCollectionRequest<T,T5,T6>
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

Deprecated.
The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API.
The class for the Identity Provider Collection With References Request.
  • Constructor Details

    • IdentityProviderCollectionWithReferencesRequest

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