Class LearningProviderCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LearningProvider,LearningProviderCollectionRequestBuilder>
com.microsoft.graph.requests.LearningProviderCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class LearningProviderCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<LearningProvider,LearningProviderCollectionRequestBuilder>
The class for the Learning Provider Collection Page.
  • Constructor Details

    • LearningProviderCollectionPage

      public LearningProviderCollectionPage(@Nonnull LearningProviderCollectionResponse response, @Nonnull LearningProviderCollectionRequestBuilder builder)
      A collection page for LearningProvider
      Parameters:
      response - the serialized LearningProviderCollectionResponse from the service
      builder - the request builder for the next collection page
    • LearningProviderCollectionPage

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