Class EducationSubmissionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EducationSubmission,EducationSubmissionCollectionRequestBuilder>
com.microsoft.graph.requests.EducationSubmissionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationSubmissionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<EducationSubmission,EducationSubmissionCollectionRequestBuilder>
The class for the Education Submission Collection Page.
  • Constructor Details

    • EducationSubmissionCollectionPage

      public EducationSubmissionCollectionPage(@Nonnull EducationSubmissionCollectionResponse response, @Nonnull EducationSubmissionCollectionRequestBuilder builder)
      A collection page for EducationSubmission
      Parameters:
      response - the serialized EducationSubmissionCollectionResponse from the service
      builder - the request builder for the next collection page
    • EducationSubmissionCollectionPage

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