Class EducationAssignmentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EducationAssignment,EducationAssignmentCollectionRequestBuilder>
com.microsoft.graph.requests.EducationAssignmentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationAssignmentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<EducationAssignment,EducationAssignmentCollectionRequestBuilder>
The class for the Education Assignment Collection Page.
  • Constructor Details

    • EducationAssignmentCollectionPage

      public EducationAssignmentCollectionPage(@Nonnull EducationAssignmentCollectionResponse response, @Nonnull EducationAssignmentCollectionRequestBuilder builder)
      A collection page for EducationAssignment
      Parameters:
      response - the serialized EducationAssignmentCollectionResponse from the service
      builder - the request builder for the next collection page
    • EducationAssignmentCollectionPage

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