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 Details

    • EducationSchoolCollectionPage

      public EducationSchoolCollectionPage(@Nonnull EducationSchoolCollectionResponse response, @Nonnull EducationSchoolCollectionRequestBuilder builder)
      A collection page for EducationSchool
      Parameters:
      response - the serialized EducationSchoolCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page