Class EducationCategoryCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EducationCategory,EducationCategoryCollectionRequestBuilder>
com.microsoft.graph.requests.EducationCategoryCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationCategoryCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<EducationCategory,EducationCategoryCollectionRequestBuilder>
The class for the Education Category Collection Page.
  • Constructor Details

    • EducationCategoryCollectionPage

      public EducationCategoryCollectionPage(@Nonnull EducationCategoryCollectionResponse response, @Nonnull EducationCategoryCollectionRequestBuilder builder)
      A collection page for EducationCategory
      Parameters:
      response - the serialized EducationCategoryCollectionResponse from the service
      builder - the request builder for the next collection page
    • EducationCategoryCollectionPage

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