Class EducationUserCollectionWithReferencesPage

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

public class EducationUserCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<EducationUser,EducationUserCollectionWithReferencesRequestBuilder>
The class for the Education User Collection With References Page.
  • Constructor Details

    • EducationUserCollectionWithReferencesPage

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

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