Class EducationUserDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<EducationUser,EducationUserDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.EducationUserDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationUserDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<EducationUser,EducationUserDeltaCollectionRequestBuilder>
The class for the Education User Delta Collection Page.
  • Constructor Details

    • EducationUserDeltaCollectionPage

      public EducationUserDeltaCollectionPage(@Nonnull EducationUserDeltaCollectionResponse response, @Nonnull EducationUserDeltaCollectionRequestBuilder builder)
      A collection page for EducationUser.
      Parameters:
      response - The serialized EducationUserDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • EducationUserDeltaCollectionPage

      public EducationUserDeltaCollectionPage(@Nonnull List<EducationUser> pageContents, @Nullable EducationUserDeltaCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for EducationUserDelta
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page