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