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