Class EducationClassDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<EducationClass,EducationClassDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.EducationClassDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationClassDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<EducationClass,EducationClassDeltaCollectionRequestBuilder>
The class for the Education Class Delta Collection Page.
  • Constructor Details

    • EducationClassDeltaCollectionPage

      public EducationClassDeltaCollectionPage(@Nonnull EducationClassDeltaCollectionResponse response, @Nonnull EducationClassDeltaCollectionRequestBuilder builder)
      A collection page for EducationClass.
      Parameters:
      response - The serialized EducationClassDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • EducationClassDeltaCollectionPage

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