Class SectionGroupCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SectionGroup,SectionGroupCollectionRequestBuilder>
com.microsoft.graph.requests.SectionGroupCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SectionGroupCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<SectionGroup,SectionGroupCollectionRequestBuilder>
The class for the Section Group Collection Page.
  • Constructor Details

    • SectionGroupCollectionPage

      public SectionGroupCollectionPage(@Nonnull SectionGroupCollectionResponse response, @Nonnull SectionGroupCollectionRequestBuilder builder)
      A collection page for SectionGroup
      Parameters:
      response - the serialized SectionGroupCollectionResponse from the service
      builder - the request builder for the next collection page
    • SectionGroupCollectionPage

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