Class EducationRubricCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EducationRubric,EducationRubricCollectionRequestBuilder>
com.microsoft.graph.requests.EducationRubricCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationRubricCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<EducationRubric,EducationRubricCollectionRequestBuilder>
The class for the Education Rubric Collection Page.
  • Constructor Details

    • EducationRubricCollectionPage

      public EducationRubricCollectionPage(@Nonnull EducationRubricCollectionResponse response, @Nonnull EducationRubricCollectionRequestBuilder builder)
      A collection page for EducationRubric
      Parameters:
      response - the serialized EducationRubricCollectionResponse from the service
      builder - the request builder for the next collection page
    • EducationRubricCollectionPage

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