Class EducationCategoryDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<EducationCategory,EducationCategoryDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.EducationCategoryDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationCategoryDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<EducationCategory,EducationCategoryDeltaCollectionRequestBuilder>
The class for the Education Category Delta Collection Page.
  • Constructor Details

    • EducationCategoryDeltaCollectionPage

      public EducationCategoryDeltaCollectionPage(@Nonnull EducationCategoryDeltaCollectionResponse response, @Nonnull EducationCategoryDeltaCollectionRequestBuilder builder)
      A collection page for EducationCategory.
      Parameters:
      response - The serialized EducationCategoryDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • EducationCategoryDeltaCollectionPage

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