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