public class EducationSchoolCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<EducationSchool,EducationSchoolCollectionWithReferencesRequestBuilder>
Constructor and Description |
---|
EducationSchoolCollectionWithReferencesPage(EducationSchoolCollectionResponse response,
EducationSchoolCollectionWithReferencesRequestBuilder builder)
A collection page for EducationSchool
|
EducationSchoolCollectionWithReferencesPage(java.util.List<EducationSchool> pageContents,
EducationSchoolCollectionWithReferencesRequestBuilder nextRequestBuilder)
Creates the collection page for EducationSchool
|
public EducationSchoolCollectionWithReferencesPage(@Nonnull EducationSchoolCollectionResponse response, @Nullable EducationSchoolCollectionWithReferencesRequestBuilder builder)
response
- the serialized EducationSchoolCollectionResponse from the servicebuilder
- the request builder for the next collection pagepublic EducationSchoolCollectionWithReferencesPage(@Nonnull java.util.List<EducationSchool> pageContents, @Nullable EducationSchoolCollectionWithReferencesRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page