Class IdentityProviderCollectionWithReferencesPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IdentityProvider,IdentityProviderCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.IdentityProviderCollectionWithReferencesPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

@Deprecated public class IdentityProviderCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<IdentityProvider,IdentityProviderCollectionWithReferencesRequestBuilder>
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 Page.
  • Constructor Details

    • IdentityProviderCollectionWithReferencesPage

      public IdentityProviderCollectionWithReferencesPage(@Nonnull IdentityProviderCollectionResponse response, @Nullable IdentityProviderCollectionWithReferencesRequestBuilder builder)
      Deprecated.
      A collection page for IdentityProvider
      Parameters:
      response - the serialized IdentityProviderCollectionResponse from the service
      builder - the request builder for the next collection page
    • IdentityProviderCollectionWithReferencesPage

      public IdentityProviderCollectionWithReferencesPage(@Nonnull List<IdentityProvider> pageContents, @Nullable IdentityProviderCollectionWithReferencesRequestBuilder nextRequestBuilder)
      Deprecated.
      Creates the collection page for IdentityProvider
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page