Class EducationUserCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EducationUser,EducationUserCollectionRequestBuilder>
com.microsoft.graph.requests.EducationUserCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationUserCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<EducationUser,EducationUserCollectionRequestBuilder>
The class for the Education User Collection Page.
  • Constructor Details

    • EducationUserCollectionPage

      public EducationUserCollectionPage(@Nonnull EducationUserCollectionResponse response, @Nonnull EducationUserCollectionRequestBuilder builder)
      A collection page for EducationUser
      Parameters:
      response - the serialized EducationUserCollectionResponse from the service
      builder - the request builder for the next collection page
    • EducationUserCollectionPage

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