Class LearningCourseActivityCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LearningCourseActivity,LearningCourseActivityCollectionRequestBuilder>
com.microsoft.graph.requests.LearningCourseActivityCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class LearningCourseActivityCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<LearningCourseActivity,LearningCourseActivityCollectionRequestBuilder>
The class for the Learning Course Activity Collection Page.
  • Constructor Details

    • LearningCourseActivityCollectionPage

      public LearningCourseActivityCollectionPage(@Nonnull LearningCourseActivityCollectionResponse response, @Nonnull LearningCourseActivityCollectionRequestBuilder builder)
      A collection page for LearningCourseActivity
      Parameters:
      response - the serialized LearningCourseActivityCollectionResponse from the service
      builder - the request builder for the next collection page
    • LearningCourseActivityCollectionPage

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