Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionLearningCourseActivityCollectionPage(LearningCourseActivityCollectionResponse response, LearningCourseActivityCollectionRequestBuilder builder) A collection page for LearningCourseActivityLearningCourseActivityCollectionPage(List<LearningCourseActivity> pageContents, LearningCourseActivityCollectionRequestBuilder 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
-
LearningCourseActivityCollectionPage
public LearningCourseActivityCollectionPage(@Nonnull LearningCourseActivityCollectionResponse response, @Nonnull LearningCourseActivityCollectionRequestBuilder builder) A collection page for LearningCourseActivity- Parameters:
response- the serialized LearningCourseActivityCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-