Class EducationClassCollectionWithReferencesPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EducationClass,EducationClassCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.EducationClassCollectionWithReferencesPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationClassCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<EducationClass,EducationClassCollectionWithReferencesRequestBuilder>
The class for the Education Class Collection With References Page.
  • Constructor Details

    • EducationClassCollectionWithReferencesPage

      public EducationClassCollectionWithReferencesPage(@Nonnull EducationClassCollectionResponse response, @Nullable EducationClassCollectionWithReferencesRequestBuilder builder)
      A collection page for EducationClass
      Parameters:
      response - the serialized EducationClassCollectionResponse from the service
      builder - the request builder for the next collection page
    • EducationClassCollectionWithReferencesPage

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