Class EducationSchoolDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<EducationSchool,EducationSchoolDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.EducationSchoolDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationSchoolDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<EducationSchool,EducationSchoolDeltaCollectionRequestBuilder>
The class for the Education School Delta Collection Page.
  • Constructor Details

    • EducationSchoolDeltaCollectionPage

      public EducationSchoolDeltaCollectionPage(@Nonnull EducationSchoolDeltaCollectionResponse response, @Nonnull EducationSchoolDeltaCollectionRequestBuilder builder)
      A collection page for EducationSchool.
      Parameters:
      response - The serialized EducationSchoolDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • EducationSchoolDeltaCollectionPage

      public EducationSchoolDeltaCollectionPage(@Nonnull List<EducationSchool> pageContents, @Nullable EducationSchoolDeltaCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for EducationSchoolDelta
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page