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