Class IdentityProviderBaseCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IdentityProviderBase,IdentityProviderBaseCollectionRequestBuilder>
com.microsoft.graph.requests.IdentityProviderBaseCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class IdentityProviderBaseCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<IdentityProviderBase,IdentityProviderBaseCollectionRequestBuilder>
The class for the Identity Provider Base Collection Page.
  • Constructor Details

    • IdentityProviderBaseCollectionPage

      public IdentityProviderBaseCollectionPage(@Nonnull IdentityProviderBaseCollectionResponse response, @Nonnull IdentityProviderBaseCollectionRequestBuilder builder)
      A collection page for IdentityProviderBase
      Parameters:
      response - the serialized IdentityProviderBaseCollectionResponse from the service
      builder - the request builder for the next collection page
    • IdentityProviderBaseCollectionPage

      public IdentityProviderBaseCollectionPage(@Nonnull List<IdentityProviderBase> pageContents, @Nullable IdentityProviderBaseCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for IdentityProviderBase
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page