Class EducationOutcomeCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EducationOutcome,EducationOutcomeCollectionRequestBuilder>
com.microsoft.graph.requests.EducationOutcomeCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationOutcomeCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<EducationOutcome,EducationOutcomeCollectionRequestBuilder>
The class for the Education Outcome Collection Page.
  • Constructor Details

    • EducationOutcomeCollectionPage

      public EducationOutcomeCollectionPage(@Nonnull EducationOutcomeCollectionResponse response, @Nonnull EducationOutcomeCollectionRequestBuilder builder)
      A collection page for EducationOutcome
      Parameters:
      response - the serialized EducationOutcomeCollectionResponse from the service
      builder - the request builder for the next collection page
    • EducationOutcomeCollectionPage

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