Package com.microsoft.graph.requests
Class LearningContentCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LearningContent,LearningContentCollectionRequestBuilder>
com.microsoft.graph.requests.LearningContentCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class LearningContentCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<LearningContent,LearningContentCollectionRequestBuilder>
The class for the Learning Content Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionLearningContentCollectionPage(LearningContentCollectionResponse response, LearningContentCollectionRequestBuilder builder) A collection page for LearningContentLearningContentCollectionPage(List<LearningContent> pageContents, LearningContentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for LearningContent -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
LearningContentCollectionPage
public LearningContentCollectionPage(@Nonnull LearningContentCollectionResponse response, @Nonnull LearningContentCollectionRequestBuilder builder) A collection page for LearningContent- Parameters:
response- the serialized LearningContentCollectionResponse from the servicebuilder- the request builder for the next collection page
-
LearningContentCollectionPage
public LearningContentCollectionPage(@Nonnull List<LearningContent> pageContents, @Nullable LearningContentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for LearningContent- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-