Package com.microsoft.graph.requests
Class LearningCourseActivityCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LearningCourseActivity,LearningCourseActivityCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.LearningCourseActivityCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class LearningCourseActivityCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<LearningCourseActivity,LearningCourseActivityCollectionWithReferencesRequestBuilder>
The class for the Learning Course Activity Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionLearningCourseActivityCollectionWithReferencesPage(LearningCourseActivityCollectionResponse response, LearningCourseActivityCollectionWithReferencesRequestBuilder builder) A collection page for LearningCourseActivityLearningCourseActivityCollectionWithReferencesPage(List<LearningCourseActivity> pageContents, LearningCourseActivityCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for LearningCourseActivity -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
LearningCourseActivityCollectionWithReferencesPage
public LearningCourseActivityCollectionWithReferencesPage(@Nonnull LearningCourseActivityCollectionResponse response, @Nullable LearningCourseActivityCollectionWithReferencesRequestBuilder builder) A collection page for LearningCourseActivity- Parameters:
response- the serialized LearningCourseActivityCollectionResponse from the servicebuilder- the request builder for the next collection page
-
LearningCourseActivityCollectionWithReferencesPage
public LearningCourseActivityCollectionWithReferencesPage(@Nonnull List<LearningCourseActivity> pageContents, @Nullable LearningCourseActivityCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for LearningCourseActivity- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-