Class EducationSchoolCollectionWithReferencesPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EducationSchool,EducationSchoolCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.EducationSchoolCollectionWithReferencesPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationSchoolCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<EducationSchool,EducationSchoolCollectionWithReferencesRequestBuilder>
The class for the Education School Collection With References Page.
  • Constructor Details

    • EducationSchoolCollectionWithReferencesPage

      public EducationSchoolCollectionWithReferencesPage(@Nonnull EducationSchoolCollectionResponse response, @Nullable EducationSchoolCollectionWithReferencesRequestBuilder builder)
      A collection page for EducationSchool
      Parameters:
      response - the serialized EducationSchoolCollectionResponse from the service
      builder - the request builder for the next collection page
    • EducationSchoolCollectionWithReferencesPage

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