Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionLearningProviderCollectionPage
(LearningProviderCollectionResponse response, LearningProviderCollectionRequestBuilder builder) A collection page for LearningProviderLearningProviderCollectionPage
(List<LearningProvider> pageContents, LearningProviderCollectionRequestBuilder nextRequestBuilder) Creates the collection page for LearningProvider -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
LearningProviderCollectionPage
public LearningProviderCollectionPage(@Nonnull LearningProviderCollectionResponse response, @Nonnull LearningProviderCollectionRequestBuilder builder) A collection page for LearningProvider- Parameters:
response
- the serialized LearningProviderCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-