Class EducationClassCollectionPage

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

public class EducationClassCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<EducationClass,EducationClassCollectionRequestBuilder>
The class for the Education Class Collection Page.
  • Constructor Details

    • EducationClassCollectionPage

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

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